Skip to content

Commit

Permalink
chore: label every new issue with jira label (janus-idp#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel authored and gazarenkov committed Mar 17, 2024
1 parent 167874a commit c3d2834
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 c3d2834

Please sign in to comment.