diff options
author | 2017-10-23 19:46:18 +0100 | |
---|---|---|
committer | 2017-10-23 19:46:18 +0100 | |
commit | 4fc381a491dd39ba325a10bb616e59da0535eeb8 (patch) | |
tree | e3b90a652f658468f851f61dba39a39d2ddea7e0 | |
parent | 5aa0d55e72cda8ac4cf95b67b051959b91d8f183 (diff) | |
download | coredns-4fc381a491dd39ba325a10bb616e59da0535eeb8.tar.gz coredns-4fc381a491dd39ba325a10bb616e59da0535eeb8.tar.zst coredns-4fc381a491dd39ba325a10bb616e59da0535eeb8.zip |
Stalebot (#1165)
* stalebot: use wontfix-stalebot
I've added two new labels: wontfix-stalebot and pinned.
Wontfix-stalebot will be used by stalebot and pinned can be used to keep
issues open.
* later as well
-rw-r--r-- | .github/stale.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a1c..2d083ed27 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,8 +6,9 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - later # Label to use when marking an issue as stale -staleLabel: wontfix +staleLabel: wontfix-stalebot # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had |