Create github issue label with different color
This commit is contained in:
parent
1c26d17ad9
commit
f89a83ea32
|
@ -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))))
|
||||
|
|
Loading…
Reference in New Issue