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 eefd3cf commit 841f75eCopy full SHA for 841f75e
components/dashboard/src/teams/TeamSettings.tsx
@@ -230,12 +230,13 @@ export default function TeamSettingsPage() {
230
hint={
231
<>
232
Add a <code>Tool:</code> field to all git commit messages created from workspaces in
233
- your organization to associate them with the Gitpod instance.
+ your organization to associate them with this Gitpod instance.
234
</>
235
}
236
+ id="annotate-git-commits"
237
>
238
<SwitchInputField
- id="prebuild-full-clone-enabled"
239
240
checked={settings?.annotateGitCommits || false}
241
disabled={!isOwner || isLoading}
242
onCheckedChange={handleUpdateAnnotatedCommits}
0 commit comments