We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595d9c5 commit 58512b8Copy full SHA for 58512b8
.github/workflows/preview.yml
@@ -104,7 +104,7 @@ jobs:
104
const prNumber = context.payload.pull_request.number;
105
const repoName = context.repo.repo;
106
const previewUrl = `https://turinglang.org/${repoName}/pr-previews/${prNumber}`;
107
- const commentBody = `Preview the changes: ${previewUrl}`;
+ const commentBody = `Preview the changes: ${previewUrl}, Please avoid using the search feature and navigation bar in PR previews!`;
108
const botUsername = 'github-actions[bot]';
109
110
// Check for existing comments by the bot
@@ -135,4 +135,4 @@ jobs:
135
body: commentBody,
136
});
137
}
138
-
+
0 commit comments