-
Notifications
You must be signed in to change notification settings - Fork 66
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
config(tidb): enable require code owner reviews #436
config(tidb): enable require code owner reviews #436
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/hold |
\cc tisonkun Please also take a look at this PR, it will turn on the cc: @qw4990 @bb7133 @XuHuaiyu @cfzjywxk @morgo Referenced document: https://github.com/kubernetes/test-infra/tree/master/prow/cmd/branchprotector |
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.
LGTM |
1 similar comment
LGTM |
@bb7133: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
@bb7133: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 3db71cd
|
/unhold |
@Mini256: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Proposal
https://internals.tidb.io/t/topic/374/15?u=mini256
Related PR
pingcap/tidb#28249
How it works
Notice: When this PR is merged, the robot will automatically synchronize the configuration to the branch protection configuration of the GitHub repository.
We enable the CODEOWNERS to implement our config review mechanism by turning on the
require_code_owner_reviews
option.But GitHub will require us to enable the
required_approving_review_count
option at the same time, and the minimum value of this option is 1.It will require our PR to pass through at least one reviewer with write permission before it can be merged. However, our team reviewer only has read permission in the repository settings.
Notice: After enabling this option, if the PR does not get the approval of at least one committer or maintainer (whose role with write permission) before the committer comments
/merge
, the committer needs to perform an additional approve operation, or GitHub will prompt this.