Merge pull request #135 from oke-py/pr-build-not-create-issue

test: PR build will not create a new issue to report vulnerabilities
This commit is contained in:
Naoki Oketani
2022-12-10 22:21:12 +09:00
committed by GitHub

View File

@@ -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