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


##########
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:
   Hi @raulcd, I apologize that I didn't see this earlier, it's tied to the 
feedback that you already left yesterday! And I've removed the input argument 
as well as references to `merge_branches` in the function body. Thanks for 
pointing it out!



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