Skip to content

Commit

Permalink
Add support for labeling pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Nov 14, 2023
1 parent 03b3df3 commit a1b137b
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 a1b137b

Please sign in to comment.