We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20679bc commit 85a7d7eCopy full SHA for 85a7d7e
.github/workflows/auto-comment-pr.yml
@@ -19,7 +19,7 @@ jobs:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
script: |
21
const { owner, repo, number: issue_number } = context.issue;
22
- const commentBody = "Please review this PR.";
+ const commentBody = "🚀Thanks for your contribution🎉, CodeRabbit will review your code.🔥";
23
github.rest.issues.createComment({
24
owner,
25
repo,
0 commit comments