This is an automated email from the ASF dual-hosted git repository.
weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 369a98f39 Add branch protection rule (#5808)
369a98f39 is described below
commit 369a98f3957c3a356de91f17db986abdc7b8c694
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Mon May 20 08:57:08 2024 +0800
Add branch protection rule (#5808)
---
.asf.yaml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 47ee23961..cfe3edf0c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,7 +31,14 @@ github:
squash: true
merge: false
rebase: false
- protected_branches: ~
+ protected_branches:
+ main:
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ required_approving_review_count: 1
+ required_signatures: true
+ required_linear_history: true
+ required_conversation_resolution: true
features:
issues: true
discussions: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]