Report an issue
source
get_id (owner, repo, pull_number)
Get the node id of the PR
You can get the node id (which is used in graphql like this):
get_id('hamelsmu', 'lewinb', 3)
'PR_kwDOJKp2GM5MReJZ'
assert 1 == 1
merge_pr (owner, repo, pull_number)