Skip to content

Commit

Permalink
Merge pull request #31 from jehiah/more_labels_31
Browse files Browse the repository at this point in the history
Increase label limit.
  • Loading branch information
jehiah authored Jul 18, 2016
2 parents adfe8e4 + 40acb5e commit 9c3a1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-open-pull
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ if [ -z "$ISSUE_NUMBER" ]; then
" > "$TMPFILE"

endpoint="https://api.github.com/repos/$BASE_ACCOUNT/$BASE_REPO/labels"
REPO_LABELS_JSON=`curl --silent -H "Accept: application/json" "$endpoint?access_token=$GITHUB_TOKEN"`
REPO_LABELS_JSON=`curl --silent -H "Accept: application/json" "$endpoint?access_token=$GITHUB_TOKEN&per_page=100"`
python_helper format_labels "$REPO_LABELS_JSON" >> "$TMPFILE"

echo "
Expand Down

0 comments on commit 9c3a1f7

Please sign in to comment.