ci: do not stale issue with working or pr-welcome label [skip ci]

This commit is contained in:
Andy Hsu 2023-10-02 14:13:11 +08:00
parent 0fd51646f6
commit 40a6fcbdff

2
.github/stale.yml vendored
View File

@ -6,6 +6,8 @@ daysUntilClose: 20
exemptLabels:
- accepted
- security
- working
- pr-welcome
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable