Skip to content

Commit

Permalink
Update comment note in preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanngoswamii authored May 31, 2024
1 parent 9efc58e commit cdc55bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
const prNumber = context.payload.pull_request.number;
const repoName = context.repo.repo;
const previewUrl = `https://turinglang.org/${repoName}/pr-previews/${prNumber}`;
const commentBody = `Preview the changes: ${previewUrl}`, Please avoid using the search feature and navigation bar in PR previews!;
const commentBody = `Preview the changes: ${previewUrl}, Please avoid using the search feature and navigation bar in PR previews!`;
const botUsername = 'github-actions[bot]';
// Check for existing comments by the bot
Expand Down

0 comments on commit cdc55bb

Please sign in to comment.