Created
September 10, 2013 20:22
-
-
Save chadwhitacre/6515050 to your computer and use it in GitHub Desktop.
Workaround for https://github.com/isaacs/github/issues/93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PERSONAL_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxx | |
REPO=www.gittip.com | |
HEAD=issue-1426 | |
ISSUE=1426 | |
curl https://api.github.com/repos/gittip/$REPO/pulls \ | |
-u $PERSONAL_API_TOKEN: \ | |
-X POST \ | |
-d"{\"issue\": \"$ISSUE\", \"head\": \"$HEAD\", \"base\": \"master\"}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment