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