raulcd commented on PR #49039:
URL: https://github.com/apache/arrow/pull/49039#issuecomment-3811071626
whoah, the space at the beginning of the title had me wondering what was
going on:
```
Traceback (most recent call last):
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 641, in <module>
cli()
~~~^^
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 608, in cli
pr = PullRequest(cmd, github_api, ORG_NAME, pr_num)
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 404, in __init__
self.issue = self._get_issue()
~~~~~~~~~~~~~~~^^
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 437, in
_get_issue
self.cmd.fail("PR title should be prefixed by a GitHub ID, like: "
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
f"GH-XXX, but found {self.title}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/raulcd/code/arrow/dev/merge_arrow_pr.py", line 364, in fail
raise Exception(msg)
Exception: PR title should be prefixed by a GitHub ID, like: GH-XXX, but
found MINOR: [R] Add 22.0.0.1 to compatiblity matrix
```
--
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]