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 651620d commit 0db4005Copy full SHA for 0db4005
components/dashboard/src/projects/ProjectSettings.tsx
@@ -151,7 +151,7 @@ export default function ProjectSettingsView() {
151
hint={
152
enablePrebuilds ? (
153
<span>
154
- Make sure to push a <code>.gitpod.yml</code> file to the repository.{" "}
+ Prebuilds will run for any <code>before</code> or <code>init</code> tasks.{" "}
155
<a
156
className="gp-link"
157
target="_blank"
@@ -162,7 +162,7 @@ export default function ProjectSettingsView() {
162
</a>
163
</span>
164
) : (
165
- "Requires permissions to create and manage repository webhooks."
+ "Requires permissions to configure repository webhooks."
166
)
167
}
168
checked={enablePrebuilds}
0 commit comments