Describe the bug
gh pr reopen fails to reopen a PR when passing a branch as argument.
Steps to reproduce the behavior
- Type this
gh pr reopen <branch> (make sure the PR is closed)
- See output
! Pull request #33 (...) is already open
Expected vs actual behavior
It should reopen the PR but it seems it fails to detect its current status.