Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

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 18, 2023
1 parent 944f15c commit e41ccd6
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 e41ccd6

Please sign in to comment.