This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0f3ce26c0ba deploy: bc46c98bc310f2c555a3f9fd8bf5c53bcd928739
0f3ce26c0ba is described below

commit 0f3ce26c0bad58ca5d842954a28905f9b2148bb0
Author: vernedeng <verned...@users.noreply.github.com>
AuthorDate: Wed Feb 12 06:24:44 2025 +0000

    deploy: bc46c98bc310f2c555a3f9fd8bf5c53bcd928739
---
 .asf.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 2587cef6a35..7a29ee1472d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,6 +11,15 @@ github:
     merge:   false
     # disable rebase button:
     rebase:  false
+  # add protected branches strategy
+  protected_branches:
+    master:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging"
+        strict: true
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 2
 
 # Web site staging services:
 staging:

Reply via email to