From c04a413c8d788c00fb21cf614c36c781bae62e69 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 10 Dec 2022 22:16:40 +0900 Subject: [PATCH] test: PR build will not create a new issue to report vulnerabilities --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 323c8d8..86a86ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,10 +48,12 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_title: npm audit run by test job + create_issues: false - uses: ./ with: github_token: ${{ secrets.GITHUB_TOKEN }} working_directory: __tests__/testdata/workdir/ + create_issues: false test-on-windows: runs-on: windows-latest @@ -69,7 +71,9 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_title: npm audit run by test job + create_issues: false - uses: ./ with: github_token: ${{ secrets.GITHUB_TOKEN }} working_directory: __tests__/testdata/workdir/ + create_issues: false