apply-pr icon indicating copy to clipboard operation
apply-pr copied to clipboard

Command line tool for applying GitHub Pull Requests

Results 4 apply-pr issues
Sort by recently updated
recently updated
newest added

When running the latest version from npm I get this error ``` /Users/dignifiedquire/.nvm/v0.10.38/lib/node_modules/apply-pr/src/validateRef.js:4 if (ref == null) return Promise.resolve(null); ^ ReferenceError: Promise is not defined at Object.exports.branch (/Users/dignifiedquire/.nvm/v0.10.38/lib/node_modules/apply-pr/src/validateRef.js:4:29) at Object....

Running `apply-pr` on a private repo fails. It would be great if that was possible.