Skip to content

Commit ed659fd

Browse files
authored
Merge pull request Coderockr#5 from lucassabreu/improv
fix & improv
2 parents 9d40dff + fa3b00c commit ed659fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderockr-way-github-setup.bash

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Usage:
1414
}
1515

1616
function github_api {
17-
AUTHORIZATION="$GITHUB_USER:$GITHUB_PASSWORD"
17+
AUTHORIZATION="$GITHUB_USERNAME:$GITHUB_PASSWORD"
1818
COMMAND='-u'
1919
[ ! -z ${GITHUB_TOKEN+x} ] && {
2020
AUTHORIZATION="Authorization: token $GITHUB_TOKEN"
@@ -74,6 +74,7 @@ fi
7474
REMOVE_DEFAULT_LABELS='bug
7575
duplicate
7676
enhancement
77+
good%20first%20issue
7778
help%20wanted
7879
invalid
7980
question

0 commit comments

Comments
 (0)