From 6dd73633a431dcbe1abd357c7bf322cffdd95ab5 Mon Sep 17 00:00:00 2001 From: rachmari Date: Fri, 13 Aug 2021 16:35:25 +0000 Subject: [PATCH] Action ran graphql script"update-files" --- data/graphql/ghae/schema.docs-ghae.graphql | 5 ----- data/graphql/schema.docs.graphql | 5 ----- lib/graphql/static/changelog.json | 13 +++++++++++++ lib/graphql/static/schema-dotcom.json | 4 ---- lib/graphql/static/schema-ghae.json | 4 ---- 5 files changed, 13 insertions(+), 18 deletions(-) diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index 1105ff93f2..aa50c31c6c 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -33809,11 +33809,6 @@ enum SecurityAdvisoryEcosystem { """ NUGET - """ - Applications, runtimes, operating systems and other kinds of software - """ - OTHER - """ Python packages hosted at PyPI.org """ diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index 48a7cf8c06..2f0c73a648 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -36507,11 +36507,6 @@ enum SecurityAdvisoryEcosystem { """ NUGET - """ - Applications, runtimes, operating systems and other kinds of software - """ - OTHER - """ Python packages hosted at PyPI.org """ diff --git a/lib/graphql/static/changelog.json b/lib/graphql/static/changelog.json index 86856af5ca..d6ebaf3144 100644 --- a/lib/graphql/static/changelog.json +++ b/lib/graphql/static/changelog.json @@ -1,4 +1,17 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "Enum value `OTHER` was removed from enum `SecurityAdvisoryEcosystem`" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [], + "date": "2021-08-13" + }, { "schemaChanges": [ { diff --git a/lib/graphql/static/schema-dotcom.json b/lib/graphql/static/schema-dotcom.json index 0438734c40..f678590da5 100644 --- a/lib/graphql/static/schema-dotcom.json +++ b/lib/graphql/static/schema-dotcom.json @@ -67561,10 +67561,6 @@ "name": "NUGET", "description": "

.NET packages hosted at the NuGet Gallery.

" }, - { - "name": "OTHER", - "description": "

Applications, runtimes, operating systems and other kinds of software.

" - }, { "name": "PIP", "description": "

Python packages hosted at PyPI.org.

" diff --git a/lib/graphql/static/schema-ghae.json b/lib/graphql/static/schema-ghae.json index 0ecd6361bf..cfa94eb05f 100644 --- a/lib/graphql/static/schema-ghae.json +++ b/lib/graphql/static/schema-ghae.json @@ -61600,10 +61600,6 @@ "name": "NUGET", "description": "

.NET packages hosted at the NuGet Gallery.

" }, - { - "name": "OTHER", - "description": "

Applications, runtimes, operating systems and other kinds of software.

" - }, { "name": "PIP", "description": "

Python packages hosted at PyPI.org.

"