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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 2005d411 Not requiring the PR to be up to date before merging (#488)
2005d411 is described below

commit 2005d41119d067d7a2aedb475d6e8a72762f26b2
Author: JB Onofré <[email protected]>
AuthorDate: Tue Nov 26 18:10:45 2024 +0100

    Not requiring the PR to be up to date before merging (#488)
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index e2226781..e4ffc617 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,9 +43,11 @@ github:
 
       required_linear_history: true
 
+      del_branch_on_merge: true
+
       required_status_checks:
         # strict means "Require branches to be up to date before merging".
-        strict: true
+        strict: false
         # Contexts are the names of checks that must pass. This is the value
         # of the job's `name` property if it's present.
         contexts:

Reply via email to