Skip to content

Commit 03bd613

Browse files
authored
Action ran graphql script"update-files"
1 parent a6ebbe3 commit 03bd613

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3129,7 +3129,9 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
31293129
additions: Int!
31303130

31313131
"""
3132-
The pull requests associated with a commit
3132+
The merged Pull Request that introduced the commit to the repository. If the
3133+
commit is not present in the default branch, additionally returns open Pull
3134+
Requests associated with the commit
31333135
"""
31343136
associatedPullRequests(
31353137
"""

data/graphql/schema.docs.graphql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3219,7 +3219,9 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
32193219
additions: Int!
32203220

32213221
"""
3222-
The pull requests associated with a commit
3222+
The merged Pull Request that introduced the commit to the repository. If the
3223+
commit is not present in the default branch, additionally returns open Pull
3224+
Requests associated with the commit
32233225
"""
32243226
associatedPullRequests(
32253227
"""

lib/graphql/static/prerendered-objects.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/graphql/static/schema-dotcom.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9081,7 +9081,7 @@
90819081
},
90829082
{
90839083
"name": "associatedPullRequests",
9084-
"description": "<p>The pull requests associated with a commit.</p>",
9084+
"description": "<p>The merged Pull Request that introduced the commit to the repository. If the\ncommit is not present in the default branch, additionally returns open Pull\nRequests associated with the commit.</p>",
90859085
"type": "PullRequestConnection",
90869086
"id": "pullrequestconnection",
90879087
"kind": "objects",

lib/graphql/static/schema-ghae.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8268,7 +8268,7 @@
82688268
},
82698269
{
82708270
"name": "associatedPullRequests",
8271-
"description": "<p>The pull requests associated with a commit.</p>",
8271+
"description": "<p>The merged Pull Request that introduced the commit to the repository. If the\ncommit is not present in the default branch, additionally returns open Pull\nRequests associated with the commit.</p>",
82728272
"type": "PullRequestConnection",
82738273
"id": "pullrequestconnection",
82748274
"kind": "objects",

0 commit comments

Comments
 (0)