-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority-2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functions
Description
Describe the bug
A clear and concise description of what the bug is. Include version by typing gh --version.
Steps to reproduce the behavior
git checkout -b 1234
echo foo > foo.txt && git commit foo.txt -m'foo'
gh pr create -t'foo' -b'bar'Expected vs actual behavior
expected: it works
actual: the PR finder fails because it misinterprets a numerical Selector as a PR number instead of a branch name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functions