diff options
author | 2022-02-09 05:41:05 -0800 | |
---|---|---|
committer | 2022-02-09 08:41:05 -0500 | |
commit | 40a526b27ff15291d6ae4a4e5c199ef292210a89 (patch) | |
tree | 7593ddc7006072a420c40cec02e05c657c85c3fb | |
parent | 041e1eabc6022cba5e59a8b99d4226dea2bc4b0a (diff) | |
download | coredns-40a526b27ff15291d6ae4a4e5c199ef292210a89.tar.gz coredns-40a526b27ff15291d6ae4a4e5c199ef292210a89.tar.zst coredns-40a526b27ff15291d6ae4a4e5c199ef292210a89.zip |
Stale-bot: Do not mark issues stale when pending maintainer action (#5156)
Only adds stale with labels 'answered,needs info' in issues and 'needs update' in PRs
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
-rw-r--r-- | .github/workflows/stale.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1e38b0c6c..7a00cc7a9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,3 +15,6 @@ jobs: days-before-close: 7 exempt-issue-labels: 'enhancement' exempt-all-milestones: true + labels-to-remove-when-unstale: 'answered,needs info,needs update' + any-of-issue-labels: 'answered,needs info' + any-of-pr-labels: 'needs update' |