We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacd455 commit 9181d18Copy full SHA for 9181d18
1 file changed
pkg/github/issues.go
@@ -21,11 +21,6 @@ import (
21
"github.com/shurcooL/githubv4"
22
)
23
24
-const (
25
- // DefaultGraphQLPageSize is the default page size for GraphQL queries
26
- DefaultGraphQLPageSize = 30
27
-)
28
-
29
// CloseIssueInput represents the input for closing an issue via the GraphQL API.
30
// Used to extend the functionality of the githubv4 library to support closing issues as duplicates.
31
type CloseIssueInput struct {
0 commit comments