This is an automated email from the ASF dual-hosted git repository.
wuzhiguo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bigtop-manager.git
The following commit(s) were added to refs/heads/main by this push:
new d8a76c57 BIGTOP-4352: Set protected branches and review restrictions
(#171)
d8a76c57 is described below
commit d8a76c57aae639503e4a62839786830c4ec2206f
Author: ChunFuWu <[email protected]>
AuthorDate: Sat Feb 8 18:35:54 2025 +0800
BIGTOP-4352: Set protected branches and review restrictions (#171)
---
.asf.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 808d2f8e..522e240b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,3 +29,10 @@ github:
rebase: false
autolink_jira:
- BIGTOP
+ protected_branches:
+ main:
+ required_status_checks:
+ strict: true
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ required_approving_review_count: 1