This commit is contained in:
vee1e 2026-07-01 18:05:45 +05:30
parent 8e6c64292d
commit a8faac7301
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A

View file

@ -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({