Skip to content

Commit 1b45204

Browse files
committed
nit: keep toolsets in original order, remove dupe
1 parent 4a0112e commit 1b45204

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/github/tools.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,9 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
375375
tsg.AddToolset(discussions)
376376
tsg.AddToolset(gists)
377377
tsg.AddToolset(securityAdvisories)
378-
// tsg.AddToolset(projects)
378+
tsg.AddToolset(projects)
379379
// tsg.AddToolset(stargazers)
380380
tsg.AddToolset(labels)
381-
tsg.AddToolset(projects)
382381

383382
return tsg
384383
}

0 commit comments

Comments
 (0)