Skip to content

Commit bfc08f9

Browse files
authored
Merge pull request #9153 from joshcooper/jira_pr
Add support for labeling pull requests
2 parents 7c4fdc4 + ba64874 commit bfc08f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jira.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ name: Export issue to Jira
44
on:
55
issues:
66
types: [labeled]
7+
pull_requests:
8+
types: [labeled]
79

810
permissions:
911
issues: write
12+
pull-requests: write
1013

1114
jobs:
1215
export:

0 commit comments

Comments
 (0)