Allow to set a label for exempting from staling (#3651)

This commit is contained in:
Émilien Devos (perso) 2023-02-19 20:20:47 +01:00 committed by GitHub
parent cbbec00e1c
commit b287ddc52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ jobs:
stale-pr-label: "stale"
ascending: true
# Never mark feature requests/enhancements as stale
exempt-issue-labels: "feature-request,enhancement"
exempt-issue-labels: "feature-request,enhancement,exempt-stale"