Skip to content

Commit

Permalink
chore: add jira label to new issues (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel authored Jan 9, 2024
1 parent c1170b4 commit 65c0302
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ jobs:
with:
project_id: 2
secrets: inherit

add-jira-label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: |
gh issue --repo ${{github.repository}} edit ${{github.event.issue.number}} --add-label "jira"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 65c0302

Please sign in to comment.