Bump issue-limit
This commit is contained in:
parent
27004d1726
commit
86d8189e00
|
@ -12,9 +12,8 @@
|
|||
|
||||
(def ^:const label-name "bounty")
|
||||
|
||||
;; TODO: Change max-limit, also defined in two places
|
||||
;; TODO: Change max limit to 1000 after testing
|
||||
(def max-issues-limit 2)
|
||||
;; max number of issues allowed to be created per repo
|
||||
(def max-issues-limit 100)
|
||||
|
||||
(defn has-bounty-label?
|
||||
[issue]
|
||||
|
|
Loading…
Reference in New Issue