Skip to content

Commit

Permalink
Add support for labeling pull requests
Browse files Browse the repository at this point in the history
Note the dash vs underscore inconsistency when specifying pull request triggers
vs permissions.
  • Loading branch information
joshcooper committed Nov 14, 2023
1 parent 03b3df3 commit ba64874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ name: Export issue to Jira
on:
issues:
types: [labeled]
pull_requests:
types: [labeled]

permissions:
issues: write
pull-requests: write

jobs:
export:
Expand Down

0 comments on commit ba64874

Please sign in to comment.