raulcd commented on code in PR #14533:
URL: https://github.com/apache/arrow/pull/14533#discussion_r1068584129


##########
dev/merge_arrow_pr.py:
##########
@@ -43,6 +43,7 @@
 import sys
 import requests
 import getpass
+import warnings

Review Comment:
   ```suggestion
   ```



##########
.github/workflows/dev.yml:
##########
@@ -108,4 +108,6 @@ jobs:
           ci/scripts/release_test.sh $(pwd)
       - name: Run Merge Script Test
         shell: bash
+        env: 
+          MERGE_SCRIPT_DEFAULT_BRANCH_NAME: ${{ 
github.event.repository.default_branch }} 

Review Comment:
   ```suggestion
   ```



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