diff options
author | 2017-11-22 15:18:13 +0000 | |
---|---|---|
committer | 2017-11-22 15:18:13 +0000 | |
commit | f621870d9c522f73f641d8fed22b3e0911246f50 (patch) | |
tree | 2620f59b6dc1a64e194ccb61ca5f9e310cf34b69 /.github | |
parent | 614ed4c80d5cadd2c1b3321afb28fff8ed027cd4 (diff) | |
download | coredns-f621870d9c522f73f641d8fed22b3e0911246f50.tar.gz coredns-f621870d9c522f73f641d8fed22b3e0911246f50.tar.zst coredns-f621870d9c522f73f641d8fed22b3e0911246f50.zip |
Dont autoclose bugs (#1250)
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index dbb5e526c..ebcc73a54 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,7 @@ exemptLabels: - pinned - security - later + - bug # Label to use when marking an issue as stale staleLabel: wontfix-stalebot # Comment to post when marking an issue as stale. Set to `false` to disable |