This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18206,6 +18206,14 @@ type Repository implements Node & ProjectOwner & PackageOwner & Subscribable & S
18206
18206
"""Indicates whether the viewer can update the topics of this repository."""
18207
18207
viewerCanUpdateTopics: Boolean!
18208
18208
18209
+ """The last commit email for the viewer."""
18210
+ viewerDefaultCommitEmail: String
18211
+
18212
+ """
18213
+ The last used merge method by the viewer or the default for the repository.
18214
+ """
18215
+ viewerDefaultMergeMethod: PullRequestMergeMethod!
18216
+
18209
18217
"""
18210
18218
Returns a boolean indicating whether the viewing user has starred this starrable.
18211
18219
"""
@@ -18216,6 +18224,9 @@ type Repository implements Node & ProjectOwner & PackageOwner & Subscribable & S
18216
18224
"""
18217
18225
viewerPermission: RepositoryPermission
18218
18226
18227
+ """A list of emails this viewer can commit with."""
18228
+ viewerPossibleCommitEmails: [String!]
18229
+
18219
18230
"""
18220
18231
Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
18221
18232
"""
You can’t perform that action at this time.
0 commit comments