Update issues.yml

This commit is contained in:
Issac Lin 2021-12-27 17:26:32 +08:00 committed by GitHub
parent d59a98072e
commit 7e2b9a012d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: IssueHandler
uses: ScoopInstaller/Scoop-GithubActions@main
uses: ScoopInstaller/GithubActions@main
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}