-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs on when reviews should be cleared #1556
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I learned today that PR authors who aren't maintainers don't have the ability to dismiss reviews 😞 At most, they can re-request review (but any existing approvals still stand).
Hmmm, does that mean we need a different approach? Do approvers have the ability to dismiss reviews or is it only maintainers? |
It looks like we can explicitly set who can dismiss reviews for the repo: Should we add OpenTelemetry members to this list? Or restrict it to go-approvers? Also, I want to verify the statement that I made in the SIG a while ago: that the branch protection rule "Dismiss stale pull request approvals when new commits are pushed" will clear merges from the main branch. I remember this being the case when I originally tried it out, but the description of that setting ("New reviewable commits pushed to a matching branch will dismiss pull request review approvals.") makes me question this might have changed. |
Resolves #1555