aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2022-01-26 19:16:54 -0800
committerGravatar GitHub <noreply@github.com> 2022-01-26 19:16:54 -0800
commit52c057f86f806f5f675cf1c864ebbbb338b683ed (patch)
tree5415139c128f40cba5b6ecaa451d3ed23cd8ff4b
parent97d6ec2d39942cd969ee57ee1c9304ad5d8de046 (diff)
downloadcoredns-52c057f86f806f5f675cf1c864ebbbb338b683ed.tar.gz
coredns-52c057f86f806f5f675cf1c864ebbbb338b683ed.tar.zst
coredns-52c057f86f806f5f675cf1c864ebbbb338b683ed.zip
Add enhancement label to the whitelist of issues. (#5129)
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 49ca57724..1e38b0c6c 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -13,3 +13,5 @@ jobs:
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
days-before-stale: 30
days-before-close: 7
+ exempt-issue-labels: 'enhancement'
+ exempt-all-milestones: true