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:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue_title: npm audit run by test job
|
issue_title: npm audit run by test job
|
||||||
|
create_issues: false
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
working_directory: __tests__/testdata/workdir/
|
working_directory: __tests__/testdata/workdir/
|
||||||
|
create_issues: false
|
||||||
|
|
||||||
test-on-windows:
|
test-on-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@@ -69,7 +71,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue_title: npm audit run by test job
|
issue_title: npm audit run by test job
|
||||||
|
create_issues: false
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
working_directory: __tests__/testdata/workdir/
|
working_directory: __tests__/testdata/workdir/
|
||||||
|
create_issues: false
|
||||||
|
|||||||
Reference in New Issue
Block a user