👷 Update stale workflow to allow `keep` labels

pull/339/head
James Panther 2022-11-07 16:08:54 +11:00
parent 79b61f1aec
commit aa76199c28
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 2 additions and 0 deletions

View File

@ -15,7 +15,9 @@ jobs:
days-before-stale: 30 days-before-stale: 30
days-before-close: 14 days-before-close: 14
stale-issue-label: "stale" stale-issue-label: "stale"
exempt-issue-labels: "keep"
stale-pr-label: "stale" stale-pr-label: "stale"
exempt-pr-labels: "keep"
stale-issue-message: > stale-issue-message: >
This issue has been automatically marked as stale because it has not had any recent activity. This issue has been automatically marked as stale because it has not had any recent activity.