Exempt critical issues from being marked as stale

This commit is contained in:
reidbhuntley 2021-12-20 20:44:21 -05:00 committed by GitHub
parent c5a3306d56
commit bcfd0aed88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
days-before-issue-stale: 21
days-before-issue-close: 21
stale-issue-label: "stale"
exempt-issue-labels: "timeless, suggestion"
exempt-issue-labels: "timeless, suggestion, critical"
stale-issue-message: "This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks."
close-issue-message: "This issue has been closed since it has been inactive for 3 weeks since it was marked as stale."
days-before-pr-stale: -1