Action ran graphql script"update-files" (#18383)
This commit is contained in:
committed by
GitHub
parent
38ad333c61
commit
358a5d0f9e
@@ -9264,7 +9264,7 @@ type EnterpriseRepositoryInfo implements Node {
|
||||
id: ID!
|
||||
|
||||
"""
|
||||
Identifies if the repository is private.
|
||||
Identifies if the repository is private or internal.
|
||||
"""
|
||||
isPrivate: Boolean!
|
||||
|
||||
@@ -28422,7 +28422,7 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
|
||||
isMirror: Boolean!
|
||||
|
||||
"""
|
||||
Identifies if the repository is private.
|
||||
Identifies if the repository is private or internal.
|
||||
"""
|
||||
isPrivate: Boolean!
|
||||
|
||||
@@ -29491,7 +29491,7 @@ interface RepositoryInfo {
|
||||
isMirror: Boolean!
|
||||
|
||||
"""
|
||||
Identifies if the repository is private.
|
||||
Identifies if the repository is private or internal.
|
||||
"""
|
||||
isPrivate: Boolean!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user