Skip to content

Commit

Permalink
Merge pull request #1085 from Aflynn50/stalebot-lables-fix
Browse files Browse the repository at this point in the history
#1085

#### Description

Changes the exempt labels for the stalebot:

 use stalebot/disabled and kind/wishlist for issues
 use stalebot/disabled and state/awaiting-approval for PRs
  • Loading branch information
jujubot authored Sep 24, 2024
2 parents d3385c1 + e341148 commit c30f1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: 15
stale-issue-label: 'state/incomplete'
stale-pr-label: 'state/incomplete'
exempt-issue-labels: 'awaiting-approval,work-in-progress,wishlisted'
exempt-pr-labels: 'awaiting-approval,work-in-progress'
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 comments on commit c30f1c0

Please sign in to comment.