Skip to content

Commit aa9fd33

Browse files
committed
Build/Test: update Props Bot to correct event type
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
1 parent 31d53f8 commit aa9fd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/props-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
# You cannot filter this event for PR comments only.
1919
# However, the logic below does short-circuit the workflow for issues.
2020
issue_comment:
21-
type:
21+
types:
2222
- created
2323
# This event will run everytime a new PR review is initially submitted.
2424
pull_request_review:

0 commit comments

Comments
 (0)