seachicken/gh-poi

Fails to delete checked out PR branch when PR HEAD branch is named same as default branch

Closed this issue · 3 comments

Describe the bug

Given a PR like this which is raised against the develop branch, from the develop branch of a fork, gh pr checkout 1781 creates the c-steindl/develop branch locally. Running gh poi after merging the PR does not delete this branch.

Your Environment

  • OS: Linux Mint 20.3
  • gh --version: gh version 2.5.1 (1980-01-01)

Thanks for the report!
This is a usage that has not been taken into account. I think it would be ideal to be able to remove it, so I will proceed with the modification.

@msfjarvis I think I could fix it, please update.
gh extension upgrade poi
https://github.com/seachicken/gh-poi/releases/tag/v0.4.0

It would be great if you could let me know if there are any more problems 😃

That works, thanks a lot for promptly fixing this!