Skip to content

Commit 235946b

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#54621)
Co-authored-by: heiskr <[email protected]>
1 parent 3dd8be0 commit 235946b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -38632,8 +38632,8 @@ Require all commits be made to a non-target branch and submitted via a pull requ
3863238632
"""
3863338633
type PullRequestParameters {
3863438634
"""
38635-
When merging pull requests, you can allow any combination of merge commits,
38636-
squashing, or rebasing. At least one option must be enabled.
38635+
Array of allowed merge methods. Allowed values include `merge`, `squash`, and
38636+
`rebase`. At least one option must be enabled.
3863738637
"""
3863838638
allowedMergeMethods: [String!]
3863938639

@@ -38668,8 +38668,8 @@ Require all commits be made to a non-target branch and submitted via a pull requ
3866838668
"""
3866938669
input PullRequestParametersInput {
3867038670
"""
38671-
When merging pull requests, you can allow any combination of merge commits,
38672-
squashing, or rebasing. At least one option must be enabled.
38671+
Array of allowed merge methods. Allowed values include `merge`, `squash`, and
38672+
`rebase`. At least one option must be enabled.
3867338673
"""
3867438674
allowedMergeMethods: [String!]
3867538675

src/graphql/data/fpt/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53134,7 +53134,7 @@
5313453134
"fields": [
5313553135
{
5313653136
"name": "allowedMergeMethods",
53137-
"description": "<p>When merging pull requests, you can allow any combination of merge commits,\nsquashing, or rebasing. At least one option must be enabled.</p>",
53137+
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and\n<code>rebase</code>. At least one option must be enabled.</p>",
5313853138
"type": "[String!]",
5313953139
"id": "string",
5314053140
"kind": "scalars",
@@ -101096,7 +101096,7 @@
101096101096
"inputFields": [
101097101097
{
101098101098
"name": "allowedMergeMethods",
101099-
"description": "<p>When merging pull requests, you can allow any combination of merge commits,\nsquashing, or rebasing. At least one option must be enabled.</p>",
101099+
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and\n<code>rebase</code>. At least one option must be enabled.</p>",
101100101100
"type": "[String!]",
101101101101
"id": "string",
101102101102
"kind": "scalars",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -38632,8 +38632,8 @@ Require all commits be made to a non-target branch and submitted via a pull requ
3863238632
"""
3863338633
type PullRequestParameters {
3863438634
"""
38635-
When merging pull requests, you can allow any combination of merge commits,
38636-
squashing, or rebasing. At least one option must be enabled.
38635+
Array of allowed merge methods. Allowed values include `merge`, `squash`, and
38636+
`rebase`. At least one option must be enabled.
3863738637
"""
3863838638
allowedMergeMethods: [String!]
3863938639

@@ -38668,8 +38668,8 @@ Require all commits be made to a non-target branch and submitted via a pull requ
3866838668
"""
3866938669
input PullRequestParametersInput {
3867038670
"""
38671-
When merging pull requests, you can allow any combination of merge commits,
38672-
squashing, or rebasing. At least one option must be enabled.
38671+
Array of allowed merge methods. Allowed values include `merge`, `squash`, and
38672+
`rebase`. At least one option must be enabled.
3867338673
"""
3867438674
allowedMergeMethods: [String!]
3867538675

src/graphql/data/ghec/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53134,7 +53134,7 @@
5313453134
"fields": [
5313553135
{
5313653136
"name": "allowedMergeMethods",
53137-
"description": "<p>When merging pull requests, you can allow any combination of merge commits,\nsquashing, or rebasing. At least one option must be enabled.</p>",
53137+
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and\n<code>rebase</code>. At least one option must be enabled.</p>",
5313853138
"type": "[String!]",
5313953139
"id": "string",
5314053140
"kind": "scalars",
@@ -101096,7 +101096,7 @@
101096101096
"inputFields": [
101097101097
{
101098101098
"name": "allowedMergeMethods",
101099-
"description": "<p>When merging pull requests, you can allow any combination of merge commits,\nsquashing, or rebasing. At least one option must be enabled.</p>",
101099+
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and\n<code>rebase</code>. At least one option must be enabled.</p>",
101100101100
"type": "[String!]",
101101101101
"id": "string",
101102101102
"kind": "scalars",

0 commit comments

Comments
 (0)