Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2021-02-18 12:41:16 +0300
committertobiasKaminsky <tobias@kaminsky.me>2021-02-18 12:42:18 +0300
commit8dded9310c7fe753f720f367408c72e5e787ca14 (patch)
treec975b1785426f14237640a144644f59ee5a30b91 /.github
parentdafd37711a451598a6b982cb12801fdfa84830f0 (diff)
Stale: issue must have bug and must not have approved label
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml13
1 files changed, 4 insertions, 9 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 29a033f34..a84bd79e2 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,18 +1,13 @@
-
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 28
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
+# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
+onlyLabels:
+ - bug
# Issues with these labels will never be considered stale
exemptLabels:
- - 1. to develop
- - 2. to review
- - 3. to release
- - 4. to test
- - backport-request
- - overview
- - security
- - spec
+ - approved
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable