mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
OK, vibe coding is dangerous
This commit is contained in:
parent
c6859bbc92
commit
1de3e5ba1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-reply.yml
vendored
2
.github/workflows/pr-reply.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
const message = `Hello @${pr.user.login}, thank you for your contribution! :tada:\n\n` +
|
const message = `Hello @${pr.user.login}, thank you for your contribution! :tada:\n\n` +
|
||||||
`The maintainers will review your PR soon.\n\n` +
|
`The maintainers will review your PR soon.\n\n` +
|
||||||
`If anyone would like to help test this PR, you can use the command:\n` +
|
`If anyone would like to help test this PR, you can use the command:\n` +
|
||||||
`\`\`\`bash\nnpx kuma-pr ${pr.user.login}/${pr.head.ref}\n\`\`\`\n\n` +
|
`\`\`\`bash\nnpx kuma-pr ${pr.user.login}:${pr.head.ref}\n\`\`\`\n\n` +
|
||||||
`For advanced usage, please refer to our [wiki](https://github.com/louislam/uptime-kuma/wiki/Test-Pull-Requests)`;
|
`For advanced usage, please refer to our [wiki](https://github.com/louislam/uptime-kuma/wiki/Test-Pull-Requests)`;
|
||||||
await github.rest.issues.createComment({
|
await github.rest.issues.createComment({
|
||||||
issue_number: pr.number,
|
issue_number: pr.number,
|
||||||
|
|
Loading…
Add table
Reference in a new issue