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
Values can be merge,squash, or rebase. Default to merge.
We can check the pull request.labeled event to see what merge method is allowed. If merge commits are allowed, use merge, else try squash and finally use rebase as a last resort.
Merges will fail if the repo is configured to disallow merge commits for PRs. Add an option to configure the merge_method to be used for merging.
https://docs.github.com/en/rest/pulls/pulls#merge-a-pull-request
Values can be
merge
,squash
, orrebase
. Default tomerge
.We can check the pull request.labeled event to see what merge method is allowed. If merge commits are allowed, use
merge
, else trysquash
and finally userebase
as a last resort.The text was updated successfully, but these errors were encountered: