Skip to content

Commit

Permalink
Merge pull request #9153 from joshcooper/jira_pr
Browse files Browse the repository at this point in the history
Add support for labeling pull requests
  • Loading branch information
AriaXLi committed Nov 20, 2023
2 parents 7c4fdc4 + ba64874 commit bfc08f9
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 bfc08f9

Please sign in to comment.