mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Exempt critical issues from being marked as stale
This commit is contained in:
parent
c5a3306d56
commit
bcfd0aed88
2
.github/workflows/close_issues.yml
vendored
2
.github/workflows/close_issues.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user