Skip to content
Discussion options

You must be logged in to vote

I believe this is caused by a typo in your workflow file. It looks like you’ve used type instead of types for both pull_request_review and pull_request_review_comment. This means that your workflow will listen to all default triggers for these events.

If you change both instances to types then it should only listen for the events specified in the array.

I’m surprised the workflow editor doesn’t flag this as an error or at least show a warning though. I’ll pass this on to the editor team and see if there’s an open issue for it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product Feedback Share your thoughts and suggestions on GitHub features and improvements
2 participants