PR Agent skips review on synchronize after new commit (“Skipping action: synchronize”) #2079
Unanswered
jeffschaper
asked this question in
Q&A
Replies: 2 comments
-
|
Tagging @mrT23 for visibility |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @jeffschaper , thank you so much for adding those questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I noticed PR Agent sometimes skips reviewing a PR after I push a new commit and I'm not quite sure why this would be the case or how PR Agent makes this decision. The GitHub Actions log shows:
Skipping action: synchronize. I expected a new review to run on thesynchronizeevent.Expected
When I push a new commit to the PR branch, PR Agent runs again and posts an updated review.
Actual
Workflow triggers, but PR Agent step reports
Skipping action: synchronizeand no new review is posted.Steps to Reproduce
Skipping action: synchronizeand no follow-up review.Workflow Config
Questions
skipping on synchronizeexpected under certain conditions (e.g., commit message filters, unchanged diff size, rate limiting, or config flags)?synchronize(e.g., label, comment command, or input to the action)?permissions,concurrency,if:conditions, orpathsfilters to avoid unintended skips?Thanks! I'm starting out with a Discussion to make sure I'm understanding the problem correctly before creating an Issue for it.
Beta Was this translation helpful? Give feedback.
All reactions