Create github issue label with different color

This commit is contained in:
Teemu Patja 2017-01-22 07:57:05 +02:00
parent 1c26d17ad9
commit f89a83ea32
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -178,4 +178,4 @@
[full-repo token]
(let [[user repo] (str/split full-repo #"/")]
(log/debug "creating bounty label" (str user "/" repo) token)
(issues/create-label user repo "bounty" "00ff00" (auth-params token))))
(issues/create-label user repo "bounty" "fafad2" (auth-params token))))