summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-08-04 13:00:09 +0200
committernarimiran <narimiran@disroot.org>2020-08-04 13:00:09 +0200
commiteb3ba0ae5f9804645343d9b3ae1c41199c5016e8 (patch)
tree88b308458e468d5a146b367d9e11791713d8fd74 /.github
parent64aec6eb85b79f21c9da1d9d0c475942514180c5 (diff)
downloadNim-eb3ba0ae5f9804645343d9b3ae1c41199c5016e8.tar.gz
limit stalebot a bit more
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 31f1f7798..e314fa55e 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -14,10 +14,14 @@ onlyLabels: []
 exemptLabels:
   - ARC
   - bounty
+  - Codegen
   - Crash
+  - Generics
   - High Priority
+  - Macros
   - Next release
   - Showstopper
+  - Static[T]
 
 # Set to true to ignore issues in a project (defaults to false)
 exemptProjects: false
@@ -47,7 +51,7 @@ markComment: >
 #   Your comment here.
 
 # Limit the number of actions per hour, from 1-30. Default is 30
-limitPerRun: 30
+limitPerRun: 20
 
 # Limit to only `issues` or `pulls`
 # only: issues