Skip to content

Commit c0ddd2f

Browse files
committed
NO-ISSUE a
1 parent ac55540 commit c0ddd2f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm-audit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
schedule:
55
- cron: '0 22 * * *'
66
workflow_dispatch:
7-
pull_request:
8-
types: [opened, synchronize, reopened]
97

108
jobs:
119
run-npm-audit:
@@ -36,7 +34,7 @@ jobs:
3634
const title = 'Reminder: run npm audit';
3735
const securityURL = `https://github.com/${owner}/${repo}/security`;
3836
const baseBody = [
39-
'Please run `./scripts/npm-audit.sh` locally and send a PR with the fixes.',
37+
'Fix all vulnerabilities. You can check with `.github/scripts/npm-audit.sh` locally, then send a PR with the fixes.',
4038
`After fixing, make sure the vulnerabilities count in **${securityURL}** is **0**.`
4139
].join('\n\n');
4240

0 commit comments

Comments
 (0)