Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #168 from kadel/add-jira-label
Browse files Browse the repository at this point in the history
chore: add jira label to new issues
  • Loading branch information
schwesig committed Jan 10, 2024
2 parents dd91209 + b535650 commit 04f0f89
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 04f0f89

Please sign in to comment.