jorisvandenbossche commented on PR #14750: URL: https://github.com/apache/arrow/pull/14750#issuecomment-1330546953
Ah, I see you also updated it to be able to test on another repo .. In any case, I already just tested on another PR, but updating the issue failed: https://github.com/apache/arrow/issues/14745 ``` Traceback (most recent call last): File "/home/joris/scipy/repos/arrow/dev/merge_arrow_pr.py", line 698, in <module> cli() File "/home/joris/scipy/repos/arrow/dev/merge_arrow_pr.py", line 693, in cli pr.issue.resolve(fix_version, issue_comment) File "/home/joris/scipy/repos/arrow/dev/merge_arrow_pr.py", line 239, in resolve self.github_api.close_issue(self.github_id, comment) File "/home/joris/scipy/repos/arrow/dev/merge_arrow_pr.py", line 362, in close_issue raise ValueError(f"Failed request: {comment_url} -> {r.json()}") ValueError: Failed request: https://api.github.com/repos/apache/arrow/issues/14745/comments -> {'url': 'https://api.github.com/repos/apache/arrow/issues/comments/1330536087', ... ``` Now, the comment seems to actually be posted (https://github.com/apache/arrow/issues/14745#issuecomment-1330536087), so I don't know exactly how to interpret that failure. The comment body should also be updated for GitHub (will comment inline) -- 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]
