We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac55540 commit c0ddd2fCopy full SHA for c0ddd2f
.github/workflows/npm-audit.yml
@@ -4,8 +4,6 @@ on:
4
schedule:
5
- cron: '0 22 * * *'
6
workflow_dispatch:
7
- pull_request:
8
- types: [opened, synchronize, reopened]
9
10
jobs:
11
run-npm-audit:
@@ -36,7 +34,7 @@ jobs:
36
34
const title = 'Reminder: run npm audit';
37
35
const securityURL = `https://github.com/${owner}/${repo}/security`;
38
const baseBody = [
39
- 'Please run `./scripts/npm-audit.sh` locally and send a PR with the fixes.',
+ 'Fix all vulnerabilities. You can check with `.github/scripts/npm-audit.sh` locally, then send a PR with the fixes.',
40
`After fixing, make sure the vulnerabilities count in **${securityURL}** is **0**.`
41
].join('\n\n');
42
0 commit comments