Skip to content

Commit

Permalink
Merge pull request #36135 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Feb 1, 2025
2 parents 454ad0a + 48e7b4a commit 3f1dacb
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Enum value 'PARENT_ISSUE<code>was added to enum</code>ProjectV2FieldType'</p>",
"<p>Enum value 'SUB_ISSUES_PROGRESS<code>was added to enum</code>ProjectV2FieldType'</p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2025-02-01"
},
{
"schemaChanges": [
{
Expand Down
10 changes: 10 additions & 0 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -34950,6 +34950,11 @@ enum ProjectV2FieldType {
"""
NUMBER

"""
Parent issue
"""
PARENT_ISSUE

"""
Repository
"""
Expand All @@ -34965,6 +34970,11 @@ enum ProjectV2FieldType {
"""
SINGLE_SELECT

"""
Sub-issues progress
"""
SUB_ISSUES_PROGRESS

"""
Text
"""
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87385,6 +87385,10 @@
"name": "NUMBER",
"description": "<p>Number.</p>"
},
{
"name": "PARENT_ISSUE",
"description": "<p>Parent issue.</p>"
},
{
"name": "REPOSITORY",
"description": "<p>Repository.</p>"
Expand All @@ -87397,6 +87401,10 @@
"name": "SINGLE_SELECT",
"description": "<p>Single Select.</p>"
},
{
"name": "SUB_ISSUES_PROGRESS",
"description": "<p>Sub-issues progress.</p>"
},
{
"name": "TEXT",
"description": "<p>Text.</p>"
Expand Down
10 changes: 10 additions & 0 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -34950,6 +34950,11 @@ enum ProjectV2FieldType {
"""
NUMBER

"""
Parent issue
"""
PARENT_ISSUE

"""
Repository
"""
Expand All @@ -34965,6 +34970,11 @@ enum ProjectV2FieldType {
"""
SINGLE_SELECT

"""
Sub-issues progress
"""
SUB_ISSUES_PROGRESS

"""
Text
"""
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87385,6 +87385,10 @@
"name": "NUMBER",
"description": "<p>Number.</p>"
},
{
"name": "PARENT_ISSUE",
"description": "<p>Parent issue.</p>"
},
{
"name": "REPOSITORY",
"description": "<p>Repository.</p>"
Expand All @@ -87397,6 +87401,10 @@
"name": "SINGLE_SELECT",
"description": "<p>Single Select.</p>"
},
{
"name": "SUB_ISSUES_PROGRESS",
"description": "<p>Sub-issues progress.</p>"
},
{
"name": "TEXT",
"description": "<p>Text.</p>"
Expand Down

0 comments on commit 3f1dacb

Please sign in to comment.