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>
This commit is contained in:
Yong Tang
2022-02-09 05:41:05 -08:00
committed by GitHub
parent 041e1eabc6
commit 40a526b27f

View File

@@ -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'