raulcd commented on code in PR #14533:
URL: https://github.com/apache/arrow/pull/14533#discussion_r1068601381
##########
dev/merge_arrow_pr.py:
##########
@@ -278,8 +299,11 @@ def show(self):
def get_candidate_fix_version(mainline_versions,
- merge_branches=('master',),
+ merge_branches=None,
maintenance_branches=()):
+ if merge_branches is None:
+ merge_branches = (git_default_branch_name(),)
Review Comment:
Thank you very much! I'll wait for the linter to pass and I'll merge after
successful build
--
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]