seachicken / gh-poi

✨ Safely clean up your local branches
https://dev.to/seachicken/safely-clean-up-your-local-branches-9i3
MIT License
642 stars 17 forks source link

Closed PRs are not associated with branches #22

Closed seachicken closed 2 years ago

seachicken commented 2 years ago

Describe the bug For example, PR A is not associated with a branch when we run the following.

  1. Close PR A
  2. Commit changes locally to the branch of PR A
  3. Create a new PR B by pushing a commit
  4. Run gh poi

Your Environment