Commit 40a526b2 authored by Yong Tang's avatar Yong Tang Committed by GitHub

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: default avatarYong Tang <yong.tang.github@outlook.com>
parent 041e1eab
...@@ -15,3 +15,6 @@ jobs: ...@@ -15,3 +15,6 @@ jobs:
days-before-close: 7 days-before-close: 7
exempt-issue-labels: 'enhancement' exempt-issue-labels: 'enhancement'
exempt-all-milestones: true 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'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment