File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030OWNER=$1
3131REPO=$2
3232GITHUB_URL=https://github.com/${OWNER} /${REPO}
33- LABELS=(bug defer discussion duplicate enhancement filed-by- newcomer getting-started help-wanted left-as-was suitable-for-newcomer work-in-progress)
34- COLORS=(FF0000 66FF00 0000FF 98FB98 E0115F FFFF00 808000 89CFF0 568203 FCE883 545AA7)
35- LABELS_TO_DELETE=(help%20wanted invalid question wontfix)
33+ LABELS=(bug build defer discussion documentation enhancement newcomer-friendly upstream work-in-progress)
34+ COLORS=(FF0000 551033 66FF00 0000FF D4318C E0115F FCE883 83F52C 545AA7)
35+ LABELS_TO_DELETE=(duplicate filed-by-newcomer getting-started help%20wanted help-wanted invalid left-as-was suitable-for-newcomer question wontfix)
3636
3737# Test if repository exists
3838curl -s --head ${GITHUB_URL} | head -n 1 | grep -q " HTTP/1.[01] [23].."
You can’t perform that action at this time.
0 commit comments