Skip to content

Commit 52e3e0d

Browse files
GraphQL schema update (#61460)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 6346e7a commit 52e3e0d

4 files changed

Lines changed: 20 additions & 10 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4968,7 +4968,7 @@ Choose which tools must provide code scanning results before the reference is
49684968
updated. When configured, code scanning must be enabled and have results for
49694969
both the commit and the reference being updated.
49704970
"""
4971-
type CodeScanningParameters {
4971+
type CodeScanningParameters @docsCategory(name: "repos") {
49724972
"""
49734973
Tools that must provide code scanning results for this rule to pass.
49744974
"""
@@ -4980,7 +4980,7 @@ Choose which tools must provide code scanning results before the reference is
49804980
updated. When configured, code scanning must be enabled and have results for
49814981
both the commit and the reference being updated.
49824982
"""
4983-
input CodeScanningParametersInput {
4983+
input CodeScanningParametersInput @docsCategory(name: "repos") {
49844984
"""
49854985
Tools that must provide code scanning results for this rule to pass.
49864986
"""
@@ -4990,7 +4990,7 @@ input CodeScanningParametersInput {
49904990
"""
49914991
A tool that must provide code scanning results for this rule to pass.
49924992
"""
4993-
type CodeScanningTool {
4993+
type CodeScanningTool @docsCategory(name: "repos") {
49944994
"""
49954995
The severity level at which code scanning results that raise alerts block a
49964996
reference update. For more information on alert severity levels, see "[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
@@ -5013,7 +5013,7 @@ type CodeScanningTool {
50135013
"""
50145014
A tool that must provide code scanning results for this rule to pass.
50155015
"""
5016-
input CodeScanningToolInput {
5016+
input CodeScanningToolInput @docsCategory(name: "repos") {
50175017
"""
50185018
The severity level at which code scanning results that raise alerts block a
50195019
reference update. For more information on alert severity levels, see "[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
@@ -43698,7 +43698,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
4369843698
"""
4369943699
Array of allowed merge methods. Allowed values include `merge`, `squash`, and `rebase`. At least one option must be enabled.
4370043700
"""
43701-
enum PullRequestAllowedMergeMethods {
43701+
enum PullRequestAllowedMergeMethods @docsCategory(name: "pulls") {
4370243702
"""
4370343703
Add all commits from the head branch to the base branch with a merge commit.
4370443704
"""

src/graphql/data/fpt/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13305,6 +13305,7 @@
1330513305
"id": "codescanningparameters",
1330613306
"href": "/graphql/reference/objects#codescanningparameters",
1330713307
"description": "<p>Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.</p>",
13308+
"isDeprecated": false,
1330813309
"fields": [
1330913310
{
1331013311
"name": "codeScanningTools",
@@ -13320,6 +13321,7 @@
1332013321
"id": "codescanningtool",
1332113322
"href": "/graphql/reference/objects#codescanningtool",
1332213323
"description": "<p>A tool that must provide code scanning results for this rule to pass.</p>",
13324+
"isDeprecated": false,
1332313325
"fields": [
1332413326
{
1332513327
"name": "alertsThreshold",
@@ -85646,6 +85648,7 @@
8564685648
"id": "pullrequestallowedmergemethods",
8564785649
"href": "/graphql/reference/enums#pullrequestallowedmergemethods",
8564885650
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and <code>rebase</code>. At least one option must be enabled.</p>",
85651+
"isDeprecated": false,
8564985652
"values": [
8565085653
{
8565185654
"name": "MERGE",
@@ -93467,6 +93470,7 @@
9346793470
"id": "codescanningparametersinput",
9346893471
"href": "/graphql/reference/input-objects#codescanningparametersinput",
9346993472
"description": "<p>Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.</p>",
93473+
"isDeprecated": false,
9347093474
"inputFields": [
9347193475
{
9347293476
"name": "codeScanningTools",
@@ -93482,6 +93486,7 @@
9348293486
"id": "codescanningtoolinput",
9348393487
"href": "/graphql/reference/input-objects#codescanningtoolinput",
9348493488
"description": "<p>A tool that must provide code scanning results for this rule to pass.</p>",
93489+
"isDeprecated": false,
9348593490
"inputFields": [
9348693491
{
9348793492
"name": "alertsThreshold",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4968,7 +4968,7 @@ Choose which tools must provide code scanning results before the reference is
49684968
updated. When configured, code scanning must be enabled and have results for
49694969
both the commit and the reference being updated.
49704970
"""
4971-
type CodeScanningParameters {
4971+
type CodeScanningParameters @docsCategory(name: "repos") {
49724972
"""
49734973
Tools that must provide code scanning results for this rule to pass.
49744974
"""
@@ -4980,7 +4980,7 @@ Choose which tools must provide code scanning results before the reference is
49804980
updated. When configured, code scanning must be enabled and have results for
49814981
both the commit and the reference being updated.
49824982
"""
4983-
input CodeScanningParametersInput {
4983+
input CodeScanningParametersInput @docsCategory(name: "repos") {
49844984
"""
49854985
Tools that must provide code scanning results for this rule to pass.
49864986
"""
@@ -4990,7 +4990,7 @@ input CodeScanningParametersInput {
49904990
"""
49914991
A tool that must provide code scanning results for this rule to pass.
49924992
"""
4993-
type CodeScanningTool {
4993+
type CodeScanningTool @docsCategory(name: "repos") {
49944994
"""
49954995
The severity level at which code scanning results that raise alerts block a
49964996
reference update. For more information on alert severity levels, see "[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
@@ -5013,7 +5013,7 @@ type CodeScanningTool {
50135013
"""
50145014
A tool that must provide code scanning results for this rule to pass.
50155015
"""
5016-
input CodeScanningToolInput {
5016+
input CodeScanningToolInput @docsCategory(name: "repos") {
50175017
"""
50185018
The severity level at which code scanning results that raise alerts block a
50195019
reference update. For more information on alert severity levels, see "[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
@@ -43698,7 +43698,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
4369843698
"""
4369943699
Array of allowed merge methods. Allowed values include `merge`, `squash`, and `rebase`. At least one option must be enabled.
4370043700
"""
43701-
enum PullRequestAllowedMergeMethods {
43701+
enum PullRequestAllowedMergeMethods @docsCategory(name: "pulls") {
4370243702
"""
4370343703
Add all commits from the head branch to the base branch with a merge commit.
4370443704
"""

src/graphql/data/ghec/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13305,6 +13305,7 @@
1330513305
"id": "codescanningparameters",
1330613306
"href": "/graphql/reference/objects#codescanningparameters",
1330713307
"description": "<p>Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.</p>",
13308+
"isDeprecated": false,
1330813309
"fields": [
1330913310
{
1331013311
"name": "codeScanningTools",
@@ -13320,6 +13321,7 @@
1332013321
"id": "codescanningtool",
1332113322
"href": "/graphql/reference/objects#codescanningtool",
1332213323
"description": "<p>A tool that must provide code scanning results for this rule to pass.</p>",
13324+
"isDeprecated": false,
1332313325
"fields": [
1332413326
{
1332513327
"name": "alertsThreshold",
@@ -85646,6 +85648,7 @@
8564685648
"id": "pullrequestallowedmergemethods",
8564785649
"href": "/graphql/reference/enums#pullrequestallowedmergemethods",
8564885650
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and <code>rebase</code>. At least one option must be enabled.</p>",
85651+
"isDeprecated": false,
8564985652
"values": [
8565085653
{
8565185654
"name": "MERGE",
@@ -93467,6 +93470,7 @@
9346793470
"id": "codescanningparametersinput",
9346893471
"href": "/graphql/reference/input-objects#codescanningparametersinput",
9346993472
"description": "<p>Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.</p>",
93473+
"isDeprecated": false,
9347093474
"inputFields": [
9347193475
{
9347293476
"name": "codeScanningTools",
@@ -93482,6 +93486,7 @@
9348293486
"id": "codescanningtoolinput",
9348393487
"href": "/graphql/reference/input-objects#codescanningtoolinput",
9348493488
"description": "<p>A tool that must provide code scanning results for this rule to pass.</p>",
93489+
"isDeprecated": false,
9348593490
"inputFields": [
9348693491
{
9348793492
"name": "alertsThreshold",

0 commit comments

Comments
 (0)