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
What's the PullRequest's method to achieve the click on that "Merge When Ready" button to submit the PR onto the merge queue? Are the APIs from Github are still missing to make this happen - is that way the library does not yet support it?
What's the PullRequest's method to achieve the click on that "Merge When Ready" button to submit the PR onto the merge queue? Are the APIs from Github are still missing to make this happen - is that way the library does not yet support it?
By looking in the developer console in the UI it looks like the browser submits a form POST to https://github.com/owner/repo/pull/pr-id/auto_merge_requests.
The text was updated successfully, but these errors were encountered: