szehon-ho commented on code in PR #58165:
URL: https://github.com/apache/spark/pull/58165#discussion_r3825782839
##########
dev/merge_spark_pr.py:
##########
@@ -1351,7 +1351,7 @@ def resolve_jira_issues(title, merge_branches, comment,
title_components=(), all
)
-def update_jira_for_pr(pr_num, title, merge_branches, title_components,
allow_resolved=False):
+def update_jira_for_pr(pr_num, title, merge_branches, title_components,
allow_resolved=True):
Review Comment:
If both paths keep the same behavior, all callers now use the default, so
`allow_resolved` can be dropped from these four functions. (If the scope
question in my other comment leads to the two paths differing, it can stay.)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]