Skip to content

Commit

Permalink
Create issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored May 14, 2024
1 parent 8eb7101 commit 82df46e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
issues:
types:
- opened

jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- env:
GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
ISSUE_URL: {% raw %}${{ github.event.issue.html_url }}{% endraw %}
run: |
gh issue edit $ISSUE_URL --add-label "triage"

0 comments on commit 82df46e

Please sign in to comment.