half-ogre / qed

A minimal continuous integration server running on .NET for repositories hosted on GitHub
MIT License
49 stars 15 forks source link

Fall back to building a PR if a number is entered and no matching branch exists #72

Open half-ogre opened 10 years ago

half-ogre commented 10 years ago

If you enter just a number to build a PR (forgetting to prefix with #), it fails because it tries to build that number as a branch. If there's no branch, and the numbers matches a PR, it should build the PR.