Can I filter dismiss_reviews to not dismiss on merge commits #5037
Unanswered
TheRealAmazonKendra
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There's no way, for now, to access the contents of the Now, one trick is to update the PR using the update command: that should not dismiss the reviews. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to figure out if I can stop reviews from being dismissed when users just do a merge commit. I was thinking that maybe I could add a condition would not dismiss the review when the most recent commit has a title that begins with "Merge branch 'main' into " or something like that. It's a little blunt force and doesn't solve for 100% of our cases, but would cut down significantly on reviews getting dismissed just because someone does a merge.
Beta Was this translation helpful? Give feedback.
All reactions