Skip to content

Commit d7bf6f5

Browse files
committed
removing issues again
1 parent a594eaa commit d7bf6f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ The following sets of tools are available (all are on by default):
11141114
#### Specifying Toolsets
11151115

11161116
The default configuration of enabled toolsets is:
1117-
- context
1117+
- context(should be part of every configuration)
11181118
- users
11191119
- content
11201120
- repos

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, ToolsetUsers, ToolsetRepos, ToolsetContents, ToolsetPullRequests, ToolsetIssues}
47+
var DefaultToolsets = []Toolset{ToolsetContext, ToolsetUsers, ToolsetRepos, ToolsetContents, ToolsetPullRequests}
4848

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

0 commit comments

Comments
 (0)