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

klesh pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 92404d35d267a223ee8495e8d9edd36cb99ddc9b
Author: Klesh Wong <[email protected]>
AuthorDate: Thu Mar 6 15:44:12 2025 +0800

    chore: remove protection from main branch (#8320)
---
 .asf.yaml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a36546505..4327e4c64 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,14 +48,14 @@ github:
   # delete origin branch after merged
   del_branch_on_merge: true
   protected_branches:
-    main:
-      required_status_checks:
-        # strict means "Require branches to be up to date before merging".
-        strict: true
-        # contexts are the names of checks that must pass
-        #contexts:
-        #  - gh-infra/jenkins
-        #  - another/build-that-must-pass
+    # main:
+    #   required_status_checks:
+    #     # strict means "Require branches to be up to date before merging".
+    #     strict: true
+    #     # contexts are the names of checks that must pass
+    #     #contexts:
+    #     #  - gh-infra/jenkins
+    #     #  - another/build-that-must-pass
 
       required_pull_request_reviews:
         dismiss_stale_reviews: true

Reply via email to