diff options
author | 2022-04-13 13:03:27 -0400 | |
---|---|---|
committer | 2022-04-13 13:03:27 -0400 | |
commit | 068af64b190f25ff328dd057f5071a8cd31531a2 (patch) | |
tree | e127c7f997ae6b334d7309873aeba8624e8e63c2 | |
parent | 0622a6c66c6c0c6659ece5e6e41ea218912b0ed2 (diff) | |
download | coredns-068af64b190f25ff328dd057f5071a8cd31531a2.tar.gz coredns-068af64b190f25ff328dd057f5071a8cd31531a2.tar.zst coredns-068af64b190f25ff328dd057f5071a8cd31531a2.zip |
inactive PRs awaiting info from author for > 30 days should go stale (#5319)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5b2d59c68..793dad620 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,4 +23,4 @@ jobs: 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' + any-of-pr-labels: 'needs update,needs info' |