Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba40198

Browse files
authored
Enable empty experiments toolset in Go SDK (#1477)
1 parent77ac1a7 commitba40198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pkg/github/tools.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
304304
)
305305

306306
// // Keep experiments alive so the system doesn't error out when it's always enabled
307-
//experiments := toolsets.NewToolset(ToolsetMetadataExperiments.ID, ToolsetMetadataExperiments.Description)
307+
experiments:=toolsets.NewToolset(ToolsetMetadataExperiments.ID,ToolsetMetadataExperiments.Description)
308308

309309
contextTools:=toolsets.NewToolset(ToolsetMetadataContext.ID,ToolsetMetadataContext.Description).
310310
AddReadTools(
@@ -370,7 +370,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
370370
tsg.AddToolset(dependabot)
371371
tsg.AddToolset(secretProtection)
372372
tsg.AddToolset(notifications)
373-
//tsg.AddToolset(experiments)
373+
tsg.AddToolset(experiments)
374374
tsg.AddToolset(discussions)
375375
tsg.AddToolset(gists)
376376
tsg.AddToolset(securityAdvisories)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp