Skip to content

Commit

Permalink
Update stale.yml to add another exempt label (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjagm authored Jun 9, 2024
1 parent d94df3c commit 07f2c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
remove-stale-when-updated: true

# Exempt labels to ignore when checking for stale issues/PRs.
exempt-pr-labels: 'Status: On Hold,Status: Blocked'
exempt-issue-labels: 'Status: On Hold,Status: Blocked'
exempt-pr-labels: 'Status: On Hold,Status: Blocked,Status: Do not close'
exempt-issue-labels: 'Status: On Hold,Status: Blocked,Status: Do not close'

0 comments on commit 07f2c72

Please sign in to comment.