aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-08 14:14:47 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-08 14:14:47 +0100
commitb8ee1bec93e640080e30cdd93ff1c8e245cfdc90 (patch)
tree9cb31b1950c1765dedaae93488f4021c1424ce25 /.github
parentFix and run add-crowdin-contributors (diff)
downloadferdium-app-b8ee1bec93e640080e30cdd93ff1c8e245cfdc90.tar.gz
ferdium-app-b8ee1bec93e640080e30cdd93ff1c8e245cfdc90.tar.zst
ferdium-app-b8ee1bec93e640080e30cdd93ff1c8e245cfdc90.zip
Remove stale config [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index c6026240d..000000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,26 +0,0 @@
1# Configuration for probot-stale - https://github.com/probot/stale
2
3# Number of days of inactivity before an Issue or Pull Request becomes stale
4daysUntilStale: 60
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: 999999
9
10# Issues with these labels will never be considered stale
11exemptLabels:
12 - blocker
13 - security
14
15# Label to use when marking an issue as stale
16staleLabel: "[Status] Stale"
17
18# Comment to post when marking an issue as stale. Set to `false` to disable
19markComment: >
20 This issue has been automatically marked as stale because it has not had
21 recent activity. Please check if this issue is still relevant and please close it if it's not.
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.
24
25# Comment to post when closing a stale issue. Set to `false` to disable
26closeComment: false