amol- commented on code in PR #14750:
URL: https://github.com/apache/arrow/pull/14750#discussion_r1034712678
##########
dev/merge_arrow_pr.py:
##########
@@ -581,20 +677,20 @@ def cli():
pr.merge()
- if pr.jira_issue is None:
- print("Minor PR. No JIRA issue to update.\n")
+ if pr.issue is None:
+ print("Minor PR. No issue to update.\n")
return
- cmd.continue_maybe("Would you like to update the associated JIRA?")
- jira_comment = (
+ cmd.continue_maybe("Would you like to update the associated issue?")
+ issue_comment = (
"Issue resolved by pull request %s\n[%s/%s]"
Review Comment:
Yes, I'm aware of that. I tweaked it a little bit so that it works
reasonably on both GitHub and Jira.
See https://github.com/amol-/arrow/issues/3
We can refine it further in the future, at the moment my goal was to make it
good enough for both Jira and Github.
PS: I still need to test it against a Jira issue as I did some changes on
the Jira side too.
--
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]