Skip to content

Commit e341148

Browse files
cdericijames-garner-canonical
authored andcommitted
fix(labels): change stalebot exempt labels
1 parent d3385c1 commit e341148

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stale.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
days-before-pr-close: 15
2020
stale-issue-label: 'state/incomplete'
2121
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
22+
exempt-issue-labels: 'stalebot/disabled,kind/wishlist'
23+
exempt-pr-labels: 'stalebot/disabled,state/awaiting-approval'
24+
remove-stale-when-updated: true

0 commit comments

Comments
 (0)