Skip to content

Commit 22984ce

Browse files
authored
[ISSUE #1863]🔨Update auto-comment-pr.yml (#1864)
1 parent 394a313 commit 22984ce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ jobs:
2323
// Get PR creator's username
2424
const prCreator = context.payload.pull_request.user.login;
2525
26-
const commentBody = `🔊@${prCreator} 🚀Thanks for your contribution 🎉. CodeRabbit(AI) will review your code first 🔥`;
26+
const commentBody = `
27+
🔊@${prCreator}
28+
🚀Thanks for your contribution🎉!
29+
💡CodeRabbit(AI) will review your code first🔥!
30+
31+
> Note💥🚨:The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review.
32+
`;
2733
github.rest.issues.createComment({
2834
owner,
2935
repo,

0 commit comments

Comments
 (0)