Update triage-issues.yml
This commit is contained in:
parent
ce919a9bc0
commit
0a1fb2c62d
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue