Skip to content

Commit 58512b8

Browse files
Comment note for preview updated (#467)
* Update comment note in Preview.yml * Update comment note in preview.yml
1 parent 595d9c5 commit 58512b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
const prNumber = context.payload.pull_request.number;
105105
const repoName = context.repo.repo;
106106
const previewUrl = `https://turinglang.org/${repoName}/pr-previews/${prNumber}`;
107-
const commentBody = `Preview the changes: ${previewUrl}`;
107+
const commentBody = `Preview the changes: ${previewUrl}, Please avoid using the search feature and navigation bar in PR previews!`;
108108
const botUsername = 'github-actions[bot]';
109109
110110
// Check for existing comments by the bot
@@ -135,4 +135,4 @@ jobs:
135135
body: commentBody,
136136
});
137137
}
138-
138+

0 commit comments

Comments
 (0)