Skip to content
Discussion options

You must be logged in to vote

Your reading was right, and the skip is deliberate rather than a fault. The Action's github_action_config.pr_actions list defaults to opened, reopened, ready_for_review and review_requested, so a synchronize event matches nothing and falls through to that log line; listing synchronize in the workflow types: is necessary but not sufficient. There are two supported ways to get a review on each new commit. Either add synchronize to github_action_config.pr_actions, which reruns the same auto tools, or set github_action_config.handle_push_trigger: true together with push_commands to run a lighter set on pushes. With the push trigger, merge commits and bot commits are ignored by default via pus…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by IsmaelMartinez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants