Skip to content

Commit 5343736

Browse files
authored
Merge pull request #34456 from github/repo-sync
Repo sync
2 parents 13ed8cf + 8270b15 commit 5343736

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36513,7 +36513,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
3651336513
closedAt: DateTime
3651436514

3651536515
"""
36516-
List of issues that were may be closed by this pull request
36516+
List of issues that may be closed by this pull request
3651736517
"""
3651836518
closingIssuesReferences(
3651936519
"""

src/graphql/data/fpt/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49896,7 +49896,7 @@
4989649896
},
4989749897
{
4989849898
"name": "closingIssuesReferences",
49899-
"description": "<p>List of issues that were may be closed by this pull request.</p>",
49899+
"description": "<p>List of issues that may be closed by this pull request.</p>",
4990049900
"type": "IssueConnection",
4990149901
"id": "issueconnection",
4990249902
"kind": "objects",

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36513,7 +36513,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
3651336513
closedAt: DateTime
3651436514

3651536515
"""
36516-
List of issues that were may be closed by this pull request
36516+
List of issues that may be closed by this pull request
3651736517
"""
3651836518
closingIssuesReferences(
3651936519
"""

src/graphql/data/ghec/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49896,7 +49896,7 @@
4989649896
},
4989749897
{
4989849898
"name": "closingIssuesReferences",
49899-
"description": "<p>List of issues that were may be closed by this pull request.</p>",
49899+
"description": "<p>List of issues that may be closed by this pull request.</p>",
4990049900
"type": "IssueConnection",
4990149901
"id": "issueconnection",
4990249902
"kind": "objects",

0 commit comments

Comments
 (0)