Skip to content

Commit

Permalink
[ISSUE #563]🔧Update auto-comment-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterflyEffect1991 authored Jun 15, 2024
1 parent 04b3702 commit 32d98da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { owner, repo, number: issue_number } = context.issue;
const commentBody = "Please review this PR.";
const commentBody = "🚀Thanks for your contribution🎉, CodeRabbit will review your code.🔥";
github.rest.issues.createComment({
owner,
repo,
Expand Down

0 comments on commit 32d98da

Please sign in to comment.