File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export interface OrganizationSettings {
240240 // onboarding settings for the organization
241241 onboardingSettings ?: OnboardingSettings ;
242242
243- // whether to add a special annotation to commits that are created by Gitpod
243+ // whether to add a special annotation to commits that are created through Gitpod
244244 annotateGitCommits ?: boolean ;
245245}
246246
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ message UpdateOrganizationSettingsRequest {
195195 // onboarding_settings are the settings for the organization's onboarding
196196 optional OnboardingSettings onboarding_settings = 16 ;
197197
198- // annotate_git_commits specifies whether to annotate git commits with the gitpod host
198+ // annotate_git_commits specifies whether to annotate git commits created in Gitpod workspaces with the gitpod host
199199 optional bool annotate_git_commits = 17 ;
200200}
201201
You can’t perform that action at this time.
0 commit comments