raulcd commented on PR #13184: URL: https://github.com/apache/arrow/pull/13184#issuecomment-1138532873
I also got a `404 NOT FOUND` I would have expected to get a `403 FORBIDDEN` based on the github documentation (as I don't have permissions) https://docs.github.com/en/rest/pulls/pulls#merge-a-pull-request: ``` (Pdb) n > /home/raulcd/open_source/arrow/dev/merge_arrow_pr.py(275)merge_pr() -> response = requests.put(url, headers=self.headers, json=payload) (Pdb) payload {'commit_title': 'ARROW-15893: [CI][Python] Add python minimal builds to nightly builds (#13113)', 'commit_message': 'This PR adds new jobs to the nightly tests in order to exercise the existing Python minimal build examples.\n\nAuthored-by: Raúl Cumplido <[email protected]>\nSigned-off-by: Raúl Cumplido <[email protected]>', 'merge_method': 'squash'} (Pdb) url 'https://api.github.com/repos/apache/arrow/pulls/13113/merge' ``` -- 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]
