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 595d9c5 commit 9efc58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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}`;
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 Expand Up @@ -135,4 +135,4 @@ jobs:
body: commentBody,
});
}


0 comments on commit 9efc58e

Please sign in to comment.