rnorth / gh-combine-prs

A `gh` extension for combining multiple PRs (e.g. Dependabot PRs) into one.
Apache License 2.0
100 stars 14 forks source link

Seems to have stopped working? #17

Open abelbraaksma opened 4 months ago

abelbraaksma commented 4 months ago

Hi, this seems like an awesome plugin, but it appears it is no longer working. I have 10 dependabot PRs to merge, but each of them give a (variant of) the following error.

Also note that the text is overlapping, it looks like multiple threads are writing to stdout.

Action status checks for PRs will be skipped

Only the following PRs will be selected: 711,712,713,714,715
Press any key to continue or escape to abort

Switched to branch 'staging'
Your branch is up to date with 'origin/staging'.
Already up to date.
Deleted branch combined-pr-branch (was e46ba03).
Switched to a new branch 'combined-pr-branch'
 into combined-pr-branchot/github_actions/actions/setup-dotnet-4
 - not something we can mergeub_actions/actions/setup-dotnet-4
 - skipping PR #715endabot/github_actions/actions/setup-dotnet-4
fatal: There is no merge to abort (MERGE_HEAD missing).

command used:

gh combine-prs --query "author:app/dependabot" --skip-pr-check --selected-pr-numbers 711,712,713,714,715

I have tried several variants, with different pr numbers, or select none. When I do it manually (just merge them), it just works.