1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Action ran graphql script"update-files" (#18383)

This commit is contained in:
github-actions[bot]
2021-03-24 05:40:03 +00:00
committed by GitHub
parent 38ad333c61
commit 358a5d0f9e
7 changed files with 14 additions and 3098 deletions

View File

@@ -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!