Update triage-issues.yml

This commit is contained in:
Hugo Bernier 2021-11-07 15:29:33 -05:00 committed by GitHub
parent ce919a9bc0
commit 0a1fb2c62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
# })
- name: Add issue to project board
if: contains(github.event.issue.labels.*.name, 'type:bug')
if: contains(github.event.issue.labels.*.name, 'type:bug-suspected')
uses: actions/github-script@0.8.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}