Skip to content

Commit 3583250

Browse files
docs-botrachmari
andauthored
GraphQL schema update (#49489)
Co-authored-by: rachmari <[email protected]>
1 parent 0663bf4 commit 3583250

File tree

5 files changed

+13
-18
lines changed

5 files changed

+13
-18
lines changed

data/graphql/ghec/schema.docs.graphql

-5
Original file line numberDiff line numberDiff line change
@@ -46352,11 +46352,6 @@ enum RepositoryRuleType {
4635246352
"""
4635346353
REQUIRED_WORKFLOW_STATUS_CHECKS
4635446354

46355-
"""
46356-
Commits pushed to matching refs must have verified signatures.
46357-
"""
46358-
RULESET_REQUIRED_SIGNATURES
46359-
4636046355
"""
4636146356
Secret scanning
4636246357
"""

data/graphql/schema.docs.graphql

-5
Original file line numberDiff line numberDiff line change
@@ -46352,11 +46352,6 @@ enum RepositoryRuleType {
4635246352
"""
4635346353
REQUIRED_WORKFLOW_STATUS_CHECKS
4635446354

46355-
"""
46356-
Commits pushed to matching refs must have verified signatures.
46357-
"""
46358-
RULESET_REQUIRED_SIGNATURES
46359-
4636046355
"""
4636146356
Secret scanning
4636246357
"""

src/graphql/data/fpt/changelog.json

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value 'RULESET_REQUIRED_SIGNATURES<code>was removed from enum</code>RepositoryRuleType'</p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2024-03-02"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.json

-4
Original file line numberDiff line numberDiff line change
@@ -86308,10 +86308,6 @@
8630886308
"name": "REQUIRED_WORKFLOW_STATUS_CHECKS",
8630986309
"description": "<p>Require all commits be made to a non-target branch and submitted via a pull\nrequest and required workflow checks to pass before they can be merged.</p>"
8631086310
},
86311-
{
86312-
"name": "RULESET_REQUIRED_SIGNATURES",
86313-
"description": "<p>Commits pushed to matching refs must have verified signatures.</p>"
86314-
},
8631586311
{
8631686312
"name": "SECRET_SCANNING",
8631786313
"description": "<p>Secret scanning.</p>"

src/graphql/data/ghec/schema.json

-4
Original file line numberDiff line numberDiff line change
@@ -86308,10 +86308,6 @@
8630886308
"name": "REQUIRED_WORKFLOW_STATUS_CHECKS",
8630986309
"description": "<p>Require all commits be made to a non-target branch and submitted via a pull\nrequest and required workflow checks to pass before they can be merged.</p>"
8631086310
},
86311-
{
86312-
"name": "RULESET_REQUIRED_SIGNATURES",
86313-
"description": "<p>Commits pushed to matching refs must have verified signatures.</p>"
86314-
},
8631586311
{
8631686312
"name": "SECRET_SCANNING",
8631786313
"description": "<p>Secret scanning.</p>"

0 commit comments

Comments
 (0)