Skip to content

Commit

Permalink
Props Bot: update to correct event type (#64557)
Browse files Browse the repository at this point in the history
When wanting to filter by event type, we must use `types`, and not `type`.

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

Co-authored-by: jeherve <[email protected]>
Co-authored-by: aaronjorbin <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2024
1 parent 38d0500 commit 8457cb8
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 8457cb8

Please sign in to comment.