From 0a1fb2c62d0e9608b277caaf4d606747ac85040e Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 7 Nov 2021 15:29:33 -0500 Subject: [PATCH] Update triage-issues.yml --- .github/workflows/triage-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 1c25db763..5fb32b777 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -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}}