Bump issue-limit

This commit is contained in:
Teemu Patja 2017-11-01 14:32:10 +02:00
parent 27004d1726
commit 86d8189e00
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 2 additions and 3 deletions

View File

@ -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]