We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ead71 commit 83a6cccCopy full SHA for 83a6ccc
api/queries_repo.go
@@ -46,6 +46,7 @@ type Repository struct {
46
MergeCommitAllowed bool
47
SquashMergeAllowed bool
48
RebaseMergeAllowed bool
49
+ AutoMergeAllowed bool
50
51
ForkCount int
52
StargazerCount int
@@ -68,6 +69,7 @@ type Repository struct {
68
69
IsArchived bool
70
IsEmpty bool
71
IsFork bool
72
+ ForkingAllowed bool
73
IsInOrganization bool
74
IsMirror bool
75
IsPrivate bool
@@ -81,6 +83,7 @@ type Repository struct {
81
83
ViewerPermission string
82
84
ViewerPossibleCommitEmails []string
85
ViewerSubscription string
86
+ Visibility string
87
88
RepositoryTopics struct {
89
Nodes []struct {
0 commit comments