Skip to content

Commit

Permalink
Add high priority to exempt labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Sep 8, 2024
1 parent 0735be7 commit 20ec791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
This issue was closed because it has been stalled for 7 days with no activity.
You can reopen this issue if you are still working on it.
stale-issue-label: ':snowflake: Stale'
exempt-issue-labels: ':hourglass: Long Term'
exempt-issue-labels: ':hourglass: Long Term,:exclamation: High Priority'

days-before-pr-stale: 60
stale-pr-message: >
Expand All @@ -43,5 +43,5 @@ jobs:
This PR was closed because it has been stalled for 30 days with no activity.
You can reopen this PR if you are still working on it.
stale-pr-label: ':snowflake: Stale'
exempt-pr-labels: ':hourglass: Long Term'
exempt-pr-labels: ':hourglass: Long Term,:exclamation: High Priority'

0 comments on commit 20ec791

Please sign in to comment.