Skip to content

Commit 85a7d7e

Browse files
[ISSUE #563]🔧Update auto-comment-pr.yml (#564)
1 parent 20679bc commit 85a7d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-comment-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
script: |
2121
const { owner, repo, number: issue_number } = context.issue;
22-
const commentBody = "Please review this PR.";
22+
const commentBody = "🚀Thanks for your contribution🎉, CodeRabbit will review your code.🔥";
2323
github.rest.issues.createComment({
2424
owner,
2525
repo,

0 commit comments

Comments
 (0)