Skip to content

Commit

Permalink
Exclude some labels from stale
Browse files Browse the repository at this point in the history
Exclude certain labels from having their issues marked as stale.
  • Loading branch information
martincostello committed Jul 1, 2023
1 parent 2999b62 commit e761146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
days-before-close: 14
days-before-stale: 60
exempt-issue-labels: 'ANNOUNCEMENT,up-for-grabs,v8'
stale-issue-label: 'stale'
stale-issue-message: "This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
Expand Down

0 comments on commit e761146

Please sign in to comment.