1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Merge branch 'main' into 6458-larger-runners

This commit is contained in:
docubot
2022-09-01 12:41:59 -04:00
committed by GitHub
7 changed files with 614 additions and 0 deletions

View File

@@ -16035,6 +16035,41 @@ type MergeBranchPayload {
mergeCommit: Commit
}
"""
The possible default commit messages for merges.
"""
enum MergeCommitMessage {
"""
Default to a blank commit message.
"""
BLANK
"""
Default to the pull request's body.
"""
PR_BODY
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
The possible default commit titles for merges.
"""
enum MergeCommitTitle {
"""
Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).
"""
MERGE_MESSAGE
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
Autogenerated input type of MergePullRequest
"""
@@ -32457,6 +32492,16 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
"""
mergeCommitAllowed: Boolean!
"""
How the default commit message will be generated when merging a pull request.
"""
mergeCommitMessage: MergeCommitMessage!
"""
How the default commit title will be generated when merging a pull request.
"""
mergeCommitTitle: MergeCommitTitle!
"""
Returns a single milestone from the current repository by number.
"""
@@ -32888,6 +32933,16 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
"""
squashMergeAllowed: Boolean!
"""
How the default commit message will be generated when squash merging a pull request.
"""
squashMergeCommitMessage: SquashMergeCommitMessage!
"""
How the default commit title will be generated when squash merging a pull request.
"""
squashMergeCommitTitle: SquashMergeCommitTitle!
"""
Whether a squash merge commit can use the pull request title as default.
"""
@@ -35828,6 +35883,41 @@ type SmimeSignature implements GitSignature {
wasSignedByGitHub: Boolean!
}
"""
The possible default commit messages for squash merges.
"""
enum SquashMergeCommitMessage {
"""
Default to a blank commit message.
"""
BLANK
"""
Default to the branch's commit messages.
"""
COMMIT_MESSAGES
"""
Default to the pull request's body.
"""
PR_BODY
}
"""
The possible default commit titles for squash merges.
"""
enum SquashMergeCommitTitle {
"""
Default to the commit's title (if only one commit) or the pull request's title (when more than one commit).
"""
COMMIT_OR_PR_TITLE
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
Ways in which star connections can be ordered.
"""

View File

@@ -18295,6 +18295,41 @@ type MergeBranchPayload {
mergeCommit: Commit
}
"""
The possible default commit messages for merges.
"""
enum MergeCommitMessage {
"""
Default to a blank commit message.
"""
BLANK
"""
Default to the pull request's body.
"""
PR_BODY
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
The possible default commit titles for merges.
"""
enum MergeCommitTitle {
"""
Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).
"""
MERGE_MESSAGE
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
Autogenerated input type of MergePullRequest
"""
@@ -39705,6 +39740,16 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
"""
mergeCommitAllowed: Boolean!
"""
How the default commit message will be generated when merging a pull request.
"""
mergeCommitMessage: MergeCommitMessage!
"""
How the default commit title will be generated when merging a pull request.
"""
mergeCommitTitle: MergeCommitTitle!
"""
Returns a single milestone from the current repository by number.
"""
@@ -40302,6 +40347,16 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
"""
squashMergeAllowed: Boolean!
"""
How the default commit message will be generated when squash merging a pull request.
"""
squashMergeCommitMessage: SquashMergeCommitMessage!
"""
How the default commit title will be generated when squash merging a pull request.
"""
squashMergeCommitTitle: SquashMergeCommitTitle!
"""
Whether a squash merge commit can use the pull request title as default.
"""
@@ -44792,6 +44847,41 @@ enum SponsorshipPrivacy {
PUBLIC
}
"""
The possible default commit messages for squash merges.
"""
enum SquashMergeCommitMessage {
"""
Default to a blank commit message.
"""
BLANK
"""
Default to the branch's commit messages.
"""
COMMIT_MESSAGES
"""
Default to the pull request's body.
"""
PR_BODY
}
"""
The possible default commit titles for squash merges.
"""
enum SquashMergeCommitTitle {
"""
Default to the commit's title (if only one commit) or the pull request's title (when more than one commit).
"""
COMMIT_OR_PR_TITLE
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
Ways in which star connections can be ordered.
"""

View File

@@ -18295,6 +18295,41 @@ type MergeBranchPayload {
mergeCommit: Commit
}
"""
The possible default commit messages for merges.
"""
enum MergeCommitMessage {
"""
Default to a blank commit message.
"""
BLANK
"""
Default to the pull request's body.
"""
PR_BODY
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
The possible default commit titles for merges.
"""
enum MergeCommitTitle {
"""
Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).
"""
MERGE_MESSAGE
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
Autogenerated input type of MergePullRequest
"""
@@ -39705,6 +39740,16 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
"""
mergeCommitAllowed: Boolean!
"""
How the default commit message will be generated when merging a pull request.
"""
mergeCommitMessage: MergeCommitMessage!
"""
How the default commit title will be generated when merging a pull request.
"""
mergeCommitTitle: MergeCommitTitle!
"""
Returns a single milestone from the current repository by number.
"""
@@ -40302,6 +40347,16 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
"""
squashMergeAllowed: Boolean!
"""
How the default commit message will be generated when squash merging a pull request.
"""
squashMergeCommitMessage: SquashMergeCommitMessage!
"""
How the default commit title will be generated when squash merging a pull request.
"""
squashMergeCommitTitle: SquashMergeCommitTitle!
"""
Whether a squash merge commit can use the pull request title as default.
"""
@@ -44792,6 +44847,41 @@ enum SponsorshipPrivacy {
PUBLIC
}
"""
The possible default commit messages for squash merges.
"""
enum SquashMergeCommitMessage {
"""
Default to a blank commit message.
"""
BLANK
"""
Default to the branch's commit messages.
"""
COMMIT_MESSAGES
"""
Default to the pull request's body.
"""
PR_BODY
}
"""
The possible default commit titles for squash merges.
"""
enum SquashMergeCommitTitle {
"""
Default to the commit's title (if only one commit) or the pull request's title (when more than one commit).
"""
COMMIT_OR_PR_TITLE
"""
Default to the pull request's title.
"""
PR_TITLE
}
"""
Ways in which star connections can be ordered.
"""

View File

@@ -1,4 +1,24 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Type <code>MergeCommitMessage</code> was added</p>",
"<p>Type <code>MergeCommitTitle</code> was added</p>",
"<p>Type <code>SquashMergeCommitMessage</code> was added</p>",
"<p>Type <code>SquashMergeCommitTitle</code> was added</p>",
"<p>Field <code>mergeCommitMessage</code> was added to object type <code>Repository</code></p>",
"<p>Field <code>mergeCommitTitle</code> was added to object type <code>Repository</code></p>",
"<p>Field <code>squashMergeCommitMessage</code> was added to object type <code>Repository</code></p>",
"<p>Field <code>squashMergeCommitTitle</code> was added to object type <code>Repository</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-09-01"
},
{
"schemaChanges": [
{

View File

@@ -55802,6 +55802,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "mergeCommitMessage",
"description": "<p>How the default commit message will be generated when merging a pull request.</p>",
"type": "MergeCommitMessage!",
"id": "mergecommitmessage",
"kind": "enums",
"href": "/graphql/reference/enums#mergecommitmessage"
},
{
"name": "mergeCommitTitle",
"description": "<p>How the default commit title will be generated when merging a pull request.</p>",
"type": "MergeCommitTitle!",
"id": "mergecommittitle",
"kind": "enums",
"href": "/graphql/reference/enums#mergecommittitle"
},
{
"name": "milestone",
"description": "<p>Returns a single milestone from the current repository by number.</p>",
@@ -56958,6 +56974,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "squashMergeCommitMessage",
"description": "<p>How the default commit message will be generated when squash merging a pull request.</p>",
"type": "SquashMergeCommitMessage!",
"id": "squashmergecommitmessage",
"kind": "enums",
"href": "/graphql/reference/enums#squashmergecommitmessage"
},
{
"name": "squashMergeCommitTitle",
"description": "<p>How the default commit title will be generated when squash merging a pull request.</p>",
"type": "SquashMergeCommitTitle!",
"id": "squashmergecommittitle",
"kind": "enums",
"href": "/graphql/reference/enums#squashmergecommittitle"
},
{
"name": "squashPrTitleUsedAsDefault",
"description": "<p>Whether a squash merge commit can use the pull request title as default.</p>",
@@ -74787,6 +74819,44 @@
}
]
},
{
"name": "MergeCommitMessage",
"kind": "enums",
"id": "mergecommitmessage",
"href": "/graphql/reference/enums#mergecommitmessage",
"description": "<p>The possible default commit messages for merges.</p>",
"values": [
{
"name": "BLANK",
"description": "<p>Default to a blank commit message.</p>"
},
{
"name": "PR_BODY",
"description": "<p>Default to the pull request's body.</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "MergeCommitTitle",
"kind": "enums",
"id": "mergecommittitle",
"href": "/graphql/reference/enums#mergecommittitle",
"description": "<p>The possible default commit titles for merges.</p>",
"values": [
{
"name": "MERGE_MESSAGE",
"description": "<p>Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "MergeStateStatus",
"kind": "enums",
@@ -77534,6 +77604,44 @@
}
]
},
{
"name": "SquashMergeCommitMessage",
"kind": "enums",
"id": "squashmergecommitmessage",
"href": "/graphql/reference/enums#squashmergecommitmessage",
"description": "<p>The possible default commit messages for squash merges.</p>",
"values": [
{
"name": "BLANK",
"description": "<p>Default to a blank commit message.</p>"
},
{
"name": "COMMIT_MESSAGES",
"description": "<p>Default to the branch's commit messages.</p>"
},
{
"name": "PR_BODY",
"description": "<p>Default to the pull request's body.</p>"
}
]
},
{
"name": "SquashMergeCommitTitle",
"kind": "enums",
"id": "squashmergecommittitle",
"href": "/graphql/reference/enums#squashmergecommittitle",
"description": "<p>The possible default commit titles for squash merges.</p>",
"values": [
{
"name": "COMMIT_OR_PR_TITLE",
"description": "<p>Default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "StarOrderField",
"kind": "enums",

View File

@@ -46043,6 +46043,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "mergeCommitMessage",
"description": "<p>How the default commit message will be generated when merging a pull request.</p>",
"type": "MergeCommitMessage!",
"id": "mergecommitmessage",
"kind": "enums",
"href": "/graphql/reference/enums#mergecommitmessage"
},
{
"name": "mergeCommitTitle",
"description": "<p>How the default commit title will be generated when merging a pull request.</p>",
"type": "MergeCommitTitle!",
"id": "mergecommittitle",
"kind": "enums",
"href": "/graphql/reference/enums#mergecommittitle"
},
{
"name": "milestone",
"description": "<p>Returns a single milestone from the current repository by number.</p>",
@@ -46874,6 +46890,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "squashMergeCommitMessage",
"description": "<p>How the default commit message will be generated when squash merging a pull request.</p>",
"type": "SquashMergeCommitMessage!",
"id": "squashmergecommitmessage",
"kind": "enums",
"href": "/graphql/reference/enums#squashmergecommitmessage"
},
{
"name": "squashMergeCommitTitle",
"description": "<p>How the default commit title will be generated when squash merging a pull request.</p>",
"type": "SquashMergeCommitTitle!",
"id": "squashmergecommittitle",
"kind": "enums",
"href": "/graphql/reference/enums#squashmergecommittitle"
},
{
"name": "squashPrTitleUsedAsDefault",
"description": "<p>Whether a squash merge commit can use the pull request title as default.</p>",
@@ -61294,6 +61326,44 @@
}
]
},
{
"name": "MergeCommitMessage",
"kind": "enums",
"id": "mergecommitmessage",
"href": "/graphql/reference/enums#mergecommitmessage",
"description": "<p>The possible default commit messages for merges.</p>",
"values": [
{
"name": "BLANK",
"description": "<p>Default to a blank commit message.</p>"
},
{
"name": "PR_BODY",
"description": "<p>Default to the pull request's body.</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "MergeCommitTitle",
"kind": "enums",
"id": "mergecommittitle",
"href": "/graphql/reference/enums#mergecommittitle",
"description": "<p>The possible default commit titles for merges.</p>",
"values": [
{
"name": "MERGE_MESSAGE",
"description": "<p>Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "MergeStateStatus",
"kind": "enums",
@@ -63303,6 +63373,44 @@
}
]
},
{
"name": "SquashMergeCommitMessage",
"kind": "enums",
"id": "squashmergecommitmessage",
"href": "/graphql/reference/enums#squashmergecommitmessage",
"description": "<p>The possible default commit messages for squash merges.</p>",
"values": [
{
"name": "BLANK",
"description": "<p>Default to a blank commit message.</p>"
},
{
"name": "COMMIT_MESSAGES",
"description": "<p>Default to the branch's commit messages.</p>"
},
{
"name": "PR_BODY",
"description": "<p>Default to the pull request's body.</p>"
}
]
},
{
"name": "SquashMergeCommitTitle",
"kind": "enums",
"id": "squashmergecommittitle",
"href": "/graphql/reference/enums#squashmergecommittitle",
"description": "<p>The possible default commit titles for squash merges.</p>",
"values": [
{
"name": "COMMIT_OR_PR_TITLE",
"description": "<p>Default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "StarOrderField",
"kind": "enums",

View File

@@ -55802,6 +55802,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "mergeCommitMessage",
"description": "<p>How the default commit message will be generated when merging a pull request.</p>",
"type": "MergeCommitMessage!",
"id": "mergecommitmessage",
"kind": "enums",
"href": "/graphql/reference/enums#mergecommitmessage"
},
{
"name": "mergeCommitTitle",
"description": "<p>How the default commit title will be generated when merging a pull request.</p>",
"type": "MergeCommitTitle!",
"id": "mergecommittitle",
"kind": "enums",
"href": "/graphql/reference/enums#mergecommittitle"
},
{
"name": "milestone",
"description": "<p>Returns a single milestone from the current repository by number.</p>",
@@ -56958,6 +56974,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "squashMergeCommitMessage",
"description": "<p>How the default commit message will be generated when squash merging a pull request.</p>",
"type": "SquashMergeCommitMessage!",
"id": "squashmergecommitmessage",
"kind": "enums",
"href": "/graphql/reference/enums#squashmergecommitmessage"
},
{
"name": "squashMergeCommitTitle",
"description": "<p>How the default commit title will be generated when squash merging a pull request.</p>",
"type": "SquashMergeCommitTitle!",
"id": "squashmergecommittitle",
"kind": "enums",
"href": "/graphql/reference/enums#squashmergecommittitle"
},
{
"name": "squashPrTitleUsedAsDefault",
"description": "<p>Whether a squash merge commit can use the pull request title as default.</p>",
@@ -74787,6 +74819,44 @@
}
]
},
{
"name": "MergeCommitMessage",
"kind": "enums",
"id": "mergecommitmessage",
"href": "/graphql/reference/enums#mergecommitmessage",
"description": "<p>The possible default commit messages for merges.</p>",
"values": [
{
"name": "BLANK",
"description": "<p>Default to a blank commit message.</p>"
},
{
"name": "PR_BODY",
"description": "<p>Default to the pull request's body.</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "MergeCommitTitle",
"kind": "enums",
"id": "mergecommittitle",
"href": "/graphql/reference/enums#mergecommittitle",
"description": "<p>The possible default commit titles for merges.</p>",
"values": [
{
"name": "MERGE_MESSAGE",
"description": "<p>Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "MergeStateStatus",
"kind": "enums",
@@ -77534,6 +77604,44 @@
}
]
},
{
"name": "SquashMergeCommitMessage",
"kind": "enums",
"id": "squashmergecommitmessage",
"href": "/graphql/reference/enums#squashmergecommitmessage",
"description": "<p>The possible default commit messages for squash merges.</p>",
"values": [
{
"name": "BLANK",
"description": "<p>Default to a blank commit message.</p>"
},
{
"name": "COMMIT_MESSAGES",
"description": "<p>Default to the branch's commit messages.</p>"
},
{
"name": "PR_BODY",
"description": "<p>Default to the pull request's body.</p>"
}
]
},
{
"name": "SquashMergeCommitTitle",
"kind": "enums",
"id": "squashmergecommittitle",
"href": "/graphql/reference/enums#squashmergecommittitle",
"description": "<p>The possible default commit titles for squash merges.</p>",
"values": [
{
"name": "COMMIT_OR_PR_TITLE",
"description": "<p>Default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</p>"
},
{
"name": "PR_TITLE",
"description": "<p>Default to the pull request's title.</p>"
}
]
},
{
"name": "StarOrderField",
"kind": "enums",