ci: remove pr-welcome label when close issue [skip ci]

This commit is contained in:
Andy Hsu 2023-10-14 13:17:51 +08:00 committed by GitHub
parent 7f7335435c
commit 94d028743a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,4 @@ jobs:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'working'
labels: 'working,pr-welcome'