Skip to content

Commit

Permalink
[StaleBot] Add exemption labels (#2366)
Browse files Browse the repository at this point in the history
# Description
This will allow for some tasks/prs which are expected to be around for a
bit longer without getting nagged by the stale bot
  • Loading branch information
fleupold authored Feb 6, 2024
1 parent b747a2c commit f4bcb18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
stale-pr-message: 'This pull request has been marked as stale because it has been inactive a while. Please update this pull request or it will be automatically closed.'
stale-issue-message: 'This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed.'
stale-pr-label: stale
exempt-pr-labels: 'blocked'
exempt-issue-labels: 'blocked, help wanted'

0 comments on commit f4bcb18

Please sign in to comment.