Skip to content

Commit

Permalink
Merge pull request #9162 from joshcooper/typo_event
Browse files Browse the repository at this point in the history
Use singular pull_request event type
  • Loading branch information
joshcooper authored Nov 21, 2023
2 parents 79853b8 + 7e8a08e commit 630f7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Export issue to Jira
on:
issues:
types: [labeled]
pull_requests:
pull_request:
types: [labeled]

permissions:
Expand Down

0 comments on commit 630f7b9

Please sign in to comment.