소스 검색
Update .github/workflows/close-stale-issues.yml: set exempt-assignees
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3813/head
Suguru Hirahara
1 년 전
No known key found for this signature in database
GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
.github/workflows/close-stale-issues.yml
|
|
|
@@ -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 |
|
|
|
|