diff --git a/.github/workflows/auto-comment-pr.yml b/.github/workflows/auto-comment-pr.yml index c8c73c7a..b2e0834e 100644 --- a/.github/workflows/auto-comment-pr.yml +++ b/.github/workflows/auto-comment-pr.yml @@ -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,