Skip to content

Create issue.yml

Create issue.yml #1

Workflow file for this run

on:
issues:
types:
- opened
jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- env:
GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

Check failure on line 11 in .github/workflows/issue.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/issue.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
ISSUE_URL: {% raw %}${{ github.event.issue.html_url }}{% endraw %}
run: |
gh issue edit $ISSUE_URL --add-label "triage"