diff --git a/.github/workflows/package-json-protection.yml b/.github/workflows/package-json-protection.yml index 31e4dbb..1d0f8c1 100644 --- a/.github/workflows/package-json-protection.yml +++ b/.github/workflows/package-json-protection.yml @@ -31,7 +31,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: prNumber, - body: `Hi @${author}\n\nThis PR has been closed automatically because it contains changes to \`package.json`.\n\nPlease do not push modifications to \`package.json\` in your pull requests.` + body: `Hi @${author}\n\nThis PR has been closed automatically because it contains changes to \`package.json\` or \`package-lock.json\`.\n\nPlease do not push modifications to \`package.json\` in your pull requests.` }); await github.rest.pulls.update({