test: PR build will not create a new issue to report vulnerabilities
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user