Copilot commented on code in PR #3649:
URL: https://github.com/apache/texera/pull/3649#discussion_r2262025524


##########
.asf.yaml:
##########
@@ -58,27 +58,19 @@ github:
     squash:  true
     squash_commit_message: PR_TITLE_AND_DESC
     merge:   false
-    rebase:  true
+    rebase:  false
     
   protected_branches:
     master:
       required_status_checks:
         # strict means "Require branches to be up to date before merging".
         strict: true

Review Comment:
   The `contexts` field is commented out but still required for GitHub branch 
protection. Consider either specifying the actual check names that must pass or 
setting it to an empty array `[]` instead of removing it entirely.
   ```suggestion
           strict: true
           contexts: []
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to