Skip to content

Commit

Permalink
fix(labels): change stalebot exempt labels
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Jul 11, 2024
1 parent 18917b4 commit 93e860c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
days-before-pr-close: 5
stale-issue-label: 'incomplete'
stale-pr-label: 'incomplete'
exempt-issue-labels: 'awaiting-approval,work-in-progress,wishlisted'
exempt-pr-labels: 'awaiting-approval,work-in-progress'
exempt-issue-labels: 'stalebot/disabled,kind/wishlist'
exempt-pr-labels: 'stalebot/disabled,state/awaiting-approval'
remove-stale-when-updated: true

0 comments on commit 93e860c

Please sign in to comment.