aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-31 12:14:21 +0200
committerLibravatar GitHub <noreply@github.com>2020-03-31 12:14:21 +0200
commit3f0076b09d1625df120dbecf29ec4a7d5a5c2455 (patch)
tree4549de45e2021f8070acd59be60cff34e1982394 /.github
parentMerge pull request #516 from mrassili/fix/remove-server-setting (diff)
downloadferdium-app-3f0076b09d1625df120dbecf29ec4a7d5a5c2455.tar.gz
ferdium-app-3f0076b09d1625df120dbecf29ec4a7d5a5c2455.tar.zst
ferdium-app-3f0076b09d1625df120dbecf29ec4a7d5a5c2455.zip
Update stale bot configuration (#524)
* Update stale.yml * Remove bugs from list of exempt labels * Update stale comment
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 88f863d74..4737cae86 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,7 +1,7 @@
1# Configuration for probot-stale - https://github.com/probot/stale 1# Configuration for probot-stale - https://github.com/probot/stale
2 2
3# Number of days of inactivity before an Issue or Pull Request becomes stale 3# Number of days of inactivity before an Issue or Pull Request becomes stale
4daysUntilStale: 365 # 1 year 4daysUntilStale: 60
5 5
6# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. 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. 7# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
@@ -11,8 +11,6 @@ daysUntilClose: -1 # Close the issue almost immediately. See: https://github.com
11exemptLabels: 11exemptLabels:
12 - blocker 12 - blocker
13 - security 13 - security
14 - feature request
15 - bug
16 14
17# Label to use when marking an issue as stale 15# Label to use when marking an issue as stale
18staleLabel: "[Status] Stale" 16staleLabel: "[Status] Stale"
@@ -20,8 +18,9 @@ staleLabel: "[Status] Stale"
20# 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
21markComment: > 19markComment: >
22 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
23 recent activity. It will be closed if no further activity occurs. Thank you 21 recent activity. Please check if this issue is still relevant and please close it if it's not.
24 for your contributions. 22 This will make sure that our open issues are actually of use and reduce the list of obsolete issues.
23 Thank you for your contributions.
25 24
26# Comment to post when closing a stale issue. Set to `false` to disable 25# Comment to post when closing a stale issue. Set to `false` to disable
27closeComment: false 26closeComment: false