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
I couldn't find any documentation on this for the API endpoint but after some research into the requests the UI is making itself it is possible to update PRs with a rebase using the following option:
gh api \
--method PUT \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"/repos/$org/$repo/pulls/$pr/update-branch" \
-f update_method=rebase
Could this be a configurable option?
The text was updated successfully, but these errors were encountered:
I couldn't find any documentation on this for the API endpoint but after some research into the requests the UI is making itself it is possible to update PRs with a rebase using the following option:
Could this be a configurable option?
The text was updated successfully, but these errors were encountered: