We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3385c1 commit e341148Copy full SHA for e341148
1 file changed
.github/workflows/stale.yaml
@@ -19,6 +19,6 @@ jobs:
19
days-before-pr-close: 15
20
stale-issue-label: 'state/incomplete'
21
stale-pr-label: 'state/incomplete'
22
- exempt-issue-labels: 'awaiting-approval,work-in-progress,wishlisted'
23
- exempt-pr-labels: 'awaiting-approval,work-in-progress'
24
- remove-stale-when-updated: true
+ exempt-issue-labels: 'stalebot/disabled,kind/wishlist'
+ exempt-pr-labels: 'stalebot/disabled,state/awaiting-approval'
+ remove-stale-when-updated: true
0 commit comments