Greg Burd
02/17/2023, 5:09 PMhybrid_branch_deploy
GitHub Action. After pulling the dagster-cloud-action:0.1.11
image it fails to notify with:
Traceback (most recent call last):
File "/create_or_update_comment.py", line 81, in <module>
main()
File "/create_or_update_comment.py", line 33, in main
pr = repo.get_pull(pr_id)
File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 2819, in get_pull
headers, data = self._requester.requestJsonAndCheck(
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 353, in requestJsonAndCheck
return self.__check(
File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 378, in __check
raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 403 {"message": "Resource not accessible by integration", "documentation_url": "<https://docs.github.com/rest/reference/pulls#get-a-pull-request>"}
sandy
02/17/2023, 6:14 PMGreg Burd
02/17/2023, 11:15 PM