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 authored and Aflynn50 committed Aug 1, 2024
1 parent 6c6d70d commit 8a7e871
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 8a7e871

Please sign in to comment.