Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
feat(scripts): add github label
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Jul 30, 2018
1 parent cd1332b commit 0eff625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/set-github-labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ curl -u $TOKEN:x-oauth-basic --include --request POST --data '{ "name": "depends

# Create info labels
curl -u $TOKEN:x-oauth-basic --include --request POST --data '{ "name": "high priority", "color": "ff2800", "description": "Should be done first." }' "https://api.github.com/repos/$REPO_USER/$REPO_NAME/labels"
curl -u $TOKEN:x-oauth-basic --include --request POST --data '{ "name": "low priority", "color": "d3d3d3", "description": "Should be done last." }' "https://api.github.com/repos/$REPO_USER/$REPO_NAME/labels"
curl -u $TOKEN:x-oauth-basic --include --request POST --data '{ "name": "good for newcomers :baby_bottle:", "color": "fff68f", "description": "Good for new contributors." }' "https://api.github.com/repos/$REPO_USER/$REPO_NAME/labels"
curl -u $TOKEN:x-oauth-basic --include --request POST --data '{ "name": "invalid :warning:", "color": "f5f5dc", "description": "Invalid issue that should be ignored." }' "https://api.github.com/repos/$REPO_USER/$REPO_NAME/labels"

0 comments on commit 0eff625

Please sign in to comment.