Skip to content

Commit

Permalink
[ISSUE #1192] 🔨Upate Github actions CI🔧 (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Nov 17, 2024
1 parent 5644bde commit 6accc41
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 @@ -23,7 +23,7 @@ jobs:
// Get PR creator's username
const prCreator = context.payload.pull_request.user.login;
const commentBody = "🚀Thanks for your contribution🎉 @${prCreator}. CodeRabbit(AI) will review your code first🔥";
const commentBody = `🚀Thanks for your contribution 🎉 @${prCreator}. CodeRabbit(AI) will review your code first 🔥`;
github.rest.issues.createComment({
owner,
repo,
Expand Down

0 comments on commit 6accc41

Please sign in to comment.