Skip to content

Commit

Permalink
Merge pull request puppetlabs#2639 from joshcooper/label_pulls
Browse files Browse the repository at this point in the history
Add support for labeling pull requests
  • Loading branch information
AriaXLi authored Nov 20, 2023
2 parents c0d2a9d + 65aa5b4 commit edfa295
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 edfa295

Please sign in to comment.