Skip to content

Commit

Permalink
Update lock-threads.yml (#1636)
Browse files Browse the repository at this point in the history
Make `needs-triage` and `prioritized` labels exempt from the stale labeler
  • Loading branch information
jescalan authored Aug 25, 2023
1 parent 399d341 commit 948f633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
days-before-pr-stale: 45
days-before-issue-close: 10
days-before-pr-close: 10
exempt-issue-labels: 'needs-triage,prioritized'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
Expand Down

0 comments on commit 948f633

Please sign in to comment.