AlenkaF commented on PR #14660:
URL: https://github.com/apache/arrow/pull/14660#issuecomment-1323238107
Can't merge - I get an error in `dev/merge_arrow_pr.py`:
```python
ARROW_HOME = /Users/alenkafrim/repos/arrow/dev
PROJECT_NAME = arrow
Which pull request would you like to merge? (e.g. 34): 14660
{'documentation_url': 'https://docs.github.com/rest',
'message': 'Bad credentials'}
Traceback (most recent call last):
File "/Users/alenkafrim/repos/arrow/dev/merge_arrow_pr.py", line 602, in
<module>
cli()
File "/Users/alenkafrim/repos/arrow/dev/merge_arrow_pr.py", line 568, in
cli
pr = PullRequest(cmd, github_api, PR_REMOTE_NAME, jira_con, pr_num)
File "/Users/alenkafrim/repos/arrow/dev/merge_arrow_pr.py", line 334, in
__init__
self.url = self._pr_data["url"]
KeyError: 'url'
```
--
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]