Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -36513,7 +36513,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
closedAt: DateTime

"""
List of issues that were may be closed by this pull request
List of issues that may be closed by this pull request
"""
closingIssuesReferences(
"""
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49896,7 +49896,7 @@
},
{
"name": "closingIssuesReferences",
"description": "<p>List of issues that were may be closed by this pull request.</p>",
"description": "<p>List of issues that may be closed by this pull request.</p>",
"type": "IssueConnection",
"id": "issueconnection",
"kind": "objects",
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -36513,7 +36513,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
closedAt: DateTime

"""
List of issues that were may be closed by this pull request
List of issues that may be closed by this pull request
"""
closingIssuesReferences(
"""
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49896,7 +49896,7 @@
},
{
"name": "closingIssuesReferences",
"description": "<p>List of issues that were may be closed by this pull request.</p>",
"description": "<p>List of issues that may be closed by this pull request.</p>",
"type": "IssueConnection",
"id": "issueconnection",
"kind": "objects",
Expand Down
Loading