Skip to content

Commit

Permalink
GraphQL schema update (#54621)
Browse files Browse the repository at this point in the history
Co-authored-by: heiskr <[email protected]>
  • Loading branch information
docs-bot and heiskr authored Feb 28, 2025
1 parent 3dd8be0 commit 235946b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -38632,8 +38632,8 @@ Require all commits be made to a non-target branch and submitted via a pull requ
"""
type PullRequestParameters {
"""
When merging pull requests, you can allow any combination of merge commits,
squashing, or rebasing. At least one option must be enabled.
Array of allowed merge methods. Allowed values include `merge`, `squash`, and
`rebase`. At least one option must be enabled.
"""
allowedMergeMethods: [String!]

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

Expand Down
4 changes: 2 additions & 2 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53134,7 +53134,7 @@
"fields": [
{
"name": "allowedMergeMethods",
"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>",
"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>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
Expand Down Expand Up @@ -101096,7 +101096,7 @@
"inputFields": [
{
"name": "allowedMergeMethods",
"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>",
"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>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
Expand Down
8 changes: 4 additions & 4 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -38632,8 +38632,8 @@ Require all commits be made to a non-target branch and submitted via a pull requ
"""
type PullRequestParameters {
"""
When merging pull requests, you can allow any combination of merge commits,
squashing, or rebasing. At least one option must be enabled.
Array of allowed merge methods. Allowed values include `merge`, `squash`, and
`rebase`. At least one option must be enabled.
"""

This comment has been minimized.

Copy link
@tr4200812

tr4200812 Mar 2, 2025

This comment has been minimized.

Copy link
@tr4200812
allowedMergeMethods: [String!]

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

Expand Down
4 changes: 2 additions & 2 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53134,7 +53134,7 @@
"fields": [
{
"name": "allowedMergeMethods",
"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>",
"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>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
Expand Down Expand Up @@ -101096,7 +101096,7 @@
"inputFields": [
{
"name": "allowedMergeMethods",
"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>",
"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>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
Expand Down

0 comments on commit 235946b

Please sign in to comment.