gemini-code-assist[bot] commented on code in PR #18451:
URL: https://github.com/apache/tvm/pull/18451#discussion_r2527905280


##########
.asf.yaml:
##########
@@ -68,3 +70,24 @@ github:
 
       required_pull_request_reviews:
         required_approving_review_count: 1
+
+  enabled_merge_buttons:
+    # enable squash button:
+    squash: true
+    # default commit message when merging with a squash commit
+    # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | 
PR_TITLE_AND_DESC
+    squash_commit_message: PR_TITLE_AND_DESC
+    # enable merge button:
+    merge: false
+    # default commit message when merging with a merge commit
+    # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC
+    merge_commit_message: DEFAULT
+    # disable rebase button:

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The comment `# disable rebase button:` appears to be incorrect for the 
setting `rebase: true`. To avoid confusion, please update the comment to 
reflect that the rebase button is being enabled.
   
   ```yaml
       # enable rebase button:
   ```



-- 
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