aboutsummaryrefslogtreecommitdiff
path: root/.github/stale.yml
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-01 09:56:09 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-01 11:14:28 +1000
commit83ad0f5a9968b221ff4c51b2978b909cd2fa5057 (patch)
tree53fdcc0c1466e4a64a32753d4df6871f27af7560 /.github/stale.yml
parent72158c231ae46a34ec16b8134d2a8598506acd9c (diff)
.github/stale.yml: quote labels
Diffstat (limited to '.github/stale.yml')
-rw-r--r--.github/stale.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index bf47ba3c25b4..f8bd7182a646 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,12 +1,13 @@
+# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
daysUntilClose: false
# Issues with these labels will never be considered stale
exemptLabels:
- - 1.severity: security
+ - "1.severity: security"
# Label to use when marking an issue as stale
-staleLabel: 2.status: stale
+staleLabel: "2.status: stale"
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Thank you for your contributions.