You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First query GET /repos/:owner/:repo/pulls using base="master" to list all branches merging into master. Reference merge_commit_sha and test if the running commit SHA is equal. Can also check if current commit is in the PR with GET /repos/:owner/:repo/pulls/:number/commits -- max 250 commits.
The text was updated successfully, but these errors were encountered:
First query
GET /repos/:owner/:repo/pulls
usingbase="master"
to list all branches merging into master. Referencemerge_commit_sha
and test if the running commit SHA is equal. Can also check if current commit is in the PR withGET /repos/:owner/:repo/pulls/:number/commits
-- max 250 commits.The text was updated successfully, but these errors were encountered: