Update .github/workflows/close-stale-issues.yml: set exempt-assignees

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2024-11-22 18:13:49 +09:00
parent b979bfed9e
commit 94f15c451e
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75

View File

@ -18,6 +18,7 @@ jobs:
######################################################################
# Issues/PRs
######################################################################
exempt-assignees: 'spantaleev,aine-etke'
# An allow-list of label(s) to only process the issues/PRs which contain one of these label(s).
any-of-labels: 'needs-info'
# Use this to do a dry run from a pull request