mirror of
https://github.com/vee1e/isscope.git
synced 2026-09-01 10:48:36 +00:00
or lock
This commit is contained in:
parent
8e6c64292d
commit
a8faac7301
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue