Update triage-issues.yml

This commit is contained in:
Hugo Bernier 2021-11-07 23:04:49 -05:00 committed by GitHub
parent fcabab98c4
commit d532479795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Verify that issue contains valid authors
id: valid-authors
if: contains(github.event.issue.labels.*.name, 'bug')
if: contains(github.event.issue.labels.*.name, 'type:bug-suspected')
uses: ./.github/actions/verify-author
with:
issue: "${{ toJson(github.event.issue) }}"
@ -36,7 +36,7 @@ jobs:
body: issueBody
})
- name: Add issue to project board
if: contains(github.event.issue.labels.*.name, 'bug')
if: contains(github.event.issue.labels.*.name, 'type:bug-suspected')
uses: actions/github-script@0.8.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}