From 0b88c8180606e0c3aca9c68b15218d542d5c487e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 23 Jun 2025 16:59:45 +0800 Subject: [PATCH] Update .github/workflows/pr-reply.yml Co-authored-by: Frank Elsinga --- .github/workflows/pr-reply.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-reply.yml b/.github/workflows/pr-reply.yml index fe3cf8561..abea1d033 100644 --- a/.github/workflows/pr-reply.yml +++ b/.github/workflows/pr-reply.yml @@ -19,11 +19,11 @@ jobs: with: script: | const pr = context.payload.pull_request; - 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` + `The maintainers will review your PR soon.\n\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` + - `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({ issue_number: pr.number, owner: context.repo.owner,