Skip to content

Commit a594eaa

Browse files
committed
adding users
1 parent 94a5f8a commit a594eaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ The following sets of tools are available (all are on by default):
11151115

11161116
The default configuration of enabled toolsets is:
11171117
- context
1118+
- users
11181119
- content
11191120
- repos
11201121
- pull_requests

pkg/github/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444
)
4545

4646
// DefaultToolsets contains the default toolsets to enable
47-
var DefaultToolsets = []Toolset{ToolsetContext, ToolsetRepos, ToolsetContents, ToolsetPullRequests}
47+
var DefaultToolsets = []Toolset{ToolsetContext, ToolsetUsers, ToolsetRepos, ToolsetContents, ToolsetPullRequests, ToolsetIssues}
4848

4949
// AvailableToolsets contains all available toolsets
5050
var AvailableToolsets = []Toolset{

0 commit comments

Comments
 (0)