raulcd commented on PR #33611:
URL: https://github.com/apache/arrow/pull/33611#issuecomment-1378837782
Example of output for merge_script using an `ARROW-` related issue:
```
$ ./dev/merge_arrow_pr.sh
ARROW_HOME = /home/raulcd/code/arrow/dev
ORG_NAME = apache
PROJECT_NAME = arrow
Which pull request would you like to merge? (e.g. 34): 33603
Traceback (most recent call last):
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 749, in <module>
cli()
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 716, in cli
pr = PullRequest(cmd, github_api, ORG_NAME, jira_con, pr_num)
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 487, in __init__
self.issue = self._get_issue()
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 524, in
_get_issue
self.cmd.fail("PR titles with ARROW- prefixed tickets on JIRA "
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 439, in fail
raise Exception(msg)
Exception: PR titles with ARROW- prefixed tickets on JIRA are unsupported,
update the PR title from ARROW-16921. Possible GitHub id could be: GH-32240
```
--
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]