aboutsummaryrefslogtreecommitdiffstats
path: root/.github/stale.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 13:55:28 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-16 13:55:28 +0100
commit6bee48367bd733eefc73181749f7eddcfc85960a (patch)
tree0db1f58ba181f605be31bb6475c9412aa4e34e72 /.github/stale.yml
parentAdd stalebot config (diff)
downloadferdium-app-6bee48367bd733eefc73181749f7eddcfc85960a.tar.gz
ferdium-app-6bee48367bd733eefc73181749f7eddcfc85960a.tar.zst
ferdium-app-6bee48367bd733eefc73181749f7eddcfc85960a.zip
Update stale.yml
Diffstat (limited to '.github/stale.yml')
-rw-r--r--.github/stale.yml20
1 files changed, 14 insertions, 6 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index dc90e5a1c..59a443d96 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,17 +1,25 @@
1# Number of days of inactivity before an issue becomes stale 1# Configuration for probot-stale - https://github.com/probot/stale
2daysUntilStale: 60 2
3# Number of days of inactivity before a stale issue is closed 3# Number of days of inactivity before an Issue or Pull Request becomes stale
4daysUntilClose: 7 4daysUntilStale: 365 # 1 year
5
6# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8daysUntilClose: -1 # Close the issue almost immediately. See: https://github.com/probot/stale/issues/131
9
5# Issues with these labels will never be considered stale 10# Issues with these labels will never be considered stale
6exemptLabels: 11exemptLabels:
7 - pinned 12 - blocker
8 - security 13 - security
14
9# Label to use when marking an issue as stale 15# Label to use when marking an issue as stale
10staleLabel: wontfix 16staleLabel: "[Status] Stale"
17
11# Comment to post when marking an issue as stale. Set to `false` to disable 18# Comment to post when marking an issue as stale. Set to `false` to disable
12markComment: > 19markComment: >
13 This issue has been automatically marked as stale because it has not had 20 This issue has been automatically marked as stale because it has not had
14 recent activity. It will be closed if no further activity occurs. Thank you 21 recent activity. It will be closed if no further activity occurs. Thank you
15 for your contributions. 22 for your contributions.
23
16# Comment to post when closing a stale issue. Set to `false` to disable 24# Comment to post when closing a stale issue. Set to `false` to disable
17closeComment: false 25closeComment: false