Skip to content

Commit 630f7b9

Browse files
authored
Merge pull request #9162 from joshcooper/typo_event
Use singular pull_request event type
2 parents 79853b8 + 7e8a08e commit 630f7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Export issue to Jira
44
on:
55
issues:
66
types: [labeled]
7-
pull_requests:
7+
pull_request:
88
types: [labeled]
99

1010
permissions:

0 commit comments

Comments
 (0)