Skip to content

Commit

Permalink
Build/Test: update Props Bot to correct event type
Browse files Browse the repository at this point in the history
The proper name is the plural `types`. This will cause the action to run only when necessary. Very Demure. Very mindful.

Ref: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#issue_comment

Props jeherve.
Fixes #61883


git-svn-id: https://develop.svn.wordpress.org/trunk@58903 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
aaronjorbin committed Aug 15, 2024
1 parent 31d53f8 commit aa9fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/props-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
# You cannot filter this event for PR comments only.
# However, the logic below does short-circuit the workflow for issues.
issue_comment:
type:
types:
- created
# This event will run everytime a new PR review is initially submitted.
pull_request_review:
Expand Down

0 comments on commit aa9fd33

Please sign in to comment.