1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Merge branch 'main' into secret-scanning-reorg-megabranch

This commit is contained in:
mc
2024-08-08 15:29:26 +01:00
committed by GitHub
12 changed files with 707 additions and 2497 deletions

View File

@@ -25,6 +25,17 @@
"server-to-server": false,
"additional-permissions": false
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-an-enterprise-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/enterprises/{enterprise}/team/{team_slug}/copilot/usage",
"access": "read",
"user-to-server": false,
"server-to-server": false,
"additional-permissions": false
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-organization-members",

View File

@@ -179,6 +179,17 @@
"server-to-server": false,
"additional-permissions": false
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-an-enterprise-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/enterprises/{enterprise}/team/{team_slug}/copilot/usage",
"access": "read",
"user-to-server": false,
"server-to-server": false,
"additional-permissions": false
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-organization-members",

View File

@@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "7bd3d57638a0363a2d4ebf03dfcf50aacdb0d8da"
"sha": "0bb1cf439a7445ce2ad2375b82c47e7ac84dbfc3"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -296925,12 +296925,6 @@
"packages": [
"192.0.2.1"
],
"actions_macos": [
"192.0.2.1"
],
"dependabot": [
"192.0.2.1"
],
"domains": {
"website": [
"*.example.com"
@@ -296967,24 +296961,6 @@
"192.0.2.1"
]
},
"actions_macos": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"dependabot": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"domains": {
"type": "object",
"properties": {
@@ -405640,7 +405616,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -405661,7 +405637,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -415015,7 +414991,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -415036,7 +415012,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -429487,7 +429463,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -429508,7 +429484,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"

View File

@@ -296990,12 +296990,6 @@
"packages": [
"192.0.2.1"
],
"actions_macos": [
"192.0.2.1"
],
"dependabot": [
"192.0.2.1"
],
"domains": {
"website": [
"*.example.com"
@@ -297032,24 +297026,6 @@
"192.0.2.1"
]
},
"actions_macos": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"dependabot": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"domains": {
"type": "object",
"properties": {
@@ -332445,7 +332421,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Get a repository ruleset for an organization.</p>",
"descriptionHTML": "<p>Get a repository ruleset for an organization.</p>\n<p><strong>Note:</strong> To prevent leaking sensitive information, the <code>bypass_actors</code> property is only returned if the user\nmaking the API request has write access to the ruleset.</p>",
"statusCodes": [
{
"httpStatusCode": "200",
@@ -411305,7 +411281,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -411326,7 +411302,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -420686,7 +420662,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -420707,7 +420683,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -435596,7 +435572,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -435617,7 +435593,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -456063,7 +456039,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Get a ruleset for a repository.</p>",
"descriptionHTML": "<p>Get a ruleset for a repository.</p>\n<p><strong>Note:</strong> To prevent leaking sensitive information, the <code>bypass_actors</code> property is only returned if the user\nmaking the API request has write access to the ruleset.</p>",
"statusCodes": [
{
"httpStatusCode": "200",

View File

@@ -299227,12 +299227,6 @@
"packages": [
"192.0.2.1"
],
"actions_macos": [
"192.0.2.1"
],
"dependabot": [
"192.0.2.1"
],
"domains": {
"website": [
"*.example.com"
@@ -299269,24 +299263,6 @@
"192.0.2.1"
]
},
"actions_macos": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"dependabot": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"domains": {
"type": "object",
"properties": {
@@ -335310,7 +335286,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Get a repository ruleset for an organization.</p>",
"descriptionHTML": "<p>Get a repository ruleset for an organization.</p>\n<p><strong>Note:</strong> To prevent leaking sensitive information, the <code>bypass_actors</code> property is only returned if the user\nmaking the API request has write access to the ruleset.</p>",
"statusCodes": [
{
"httpStatusCode": "200",
@@ -414170,7 +414146,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -414191,7 +414167,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -423561,7 +423537,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -423582,7 +423558,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -438481,7 +438457,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -438502,7 +438478,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -459445,7 +459421,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Get a ruleset for a repository.</p>",
"descriptionHTML": "<p>Get a ruleset for a repository.</p>\n<p><strong>Note:</strong> To prevent leaking sensitive information, the <code>bypass_actors</code> property is only returned if the user\nmaking the API request has write access to the ruleset.</p>",
"statusCodes": [
{
"httpStatusCode": "200",

View File

@@ -299437,12 +299437,6 @@
"packages": [
"192.0.2.1"
],
"actions_macos": [
"192.0.2.1"
],
"dependabot": [
"192.0.2.1"
],
"domains": {
"website": [
"*.example.com"
@@ -299479,24 +299473,6 @@
"192.0.2.1"
]
},
"actions_macos": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"dependabot": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"domains": {
"type": "object",
"properties": {
@@ -337227,7 +337203,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Get a repository ruleset for an organization.</p>",
"descriptionHTML": "<p>Get a repository ruleset for an organization.</p>\n<p><strong>Note:</strong> To prevent leaking sensitive information, the <code>bypass_actors</code> property is only returned if the user\nmaking the API request has write access to the ruleset.</p>",
"statusCodes": [
{
"httpStatusCode": "200",
@@ -416507,7 +416483,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -416528,7 +416504,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -425898,7 +425874,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -425919,7 +425895,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -440818,7 +440794,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -440839,7 +440815,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -462376,7 +462352,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Get a ruleset for a repository.</p>",
"descriptionHTML": "<p>Get a ruleset for a repository.</p>\n<p><strong>Note:</strong> To prevent leaking sensitive information, the <code>bypass_actors</code> property is only returned if the user\nmaking the API request has write access to the ruleset.</p>",
"statusCodes": [
{
"httpStatusCode": "200",

View File

@@ -299437,12 +299437,6 @@
"packages": [
"192.0.2.1"
],
"actions_macos": [
"192.0.2.1"
],
"dependabot": [
"192.0.2.1"
],
"domains": {
"website": [
"*.example.com"
@@ -299479,24 +299473,6 @@
"192.0.2.1"
]
},
"actions_macos": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"dependabot": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
"domains": {
"type": "object",
"properties": {
@@ -340566,7 +340542,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Get a repository ruleset for an organization.</p>",
"descriptionHTML": "<p>Get a repository ruleset for an organization.</p>\n<p><strong>Note:</strong> To prevent leaking sensitive information, the <code>bypass_actors</code> property is only returned if the user\nmaking the API request has write access to the ruleset.</p>",
"statusCodes": [
{
"httpStatusCode": "200",
@@ -420225,7 +420201,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -420246,7 +420222,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -429616,7 +429592,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -429637,7 +429613,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -444536,7 +444512,7 @@
"type": "string",
"name": "squash_merge_commit_title",
"in": "body",
"description": "<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"description": "<p>Required when using <code>squash_merge_commit_message</code>.</p>\n<p>The default value for a squash merge commit title:</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>COMMIT_OR_PR_TITLE</code> - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).</li>\n</ul>",
"enum": [
"PR_TITLE",
"COMMIT_OR_PR_TITLE"
@@ -444557,7 +444533,7 @@
"type": "string",
"name": "merge_commit_title",
"in": "body",
"description": "<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"description": "<p>Required when using <code>merge_commit_message</code>.</p>\n<p>The default value for a merge commit title.</p>\n<ul>\n<li><code>PR_TITLE</code> - default to the pull request's title.</li>\n<li><code>MERGE_MESSAGE</code> - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).</li>\n</ul>",
"enum": [
"PR_TITLE",
"MERGE_MESSAGE"
@@ -466948,7 +466924,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Get a ruleset for a repository.</p>",
"descriptionHTML": "<p>Get a ruleset for a repository.</p>\n<p><strong>Note:</strong> To prevent leaking sensitive information, the <code>bypass_actors</code> property is only returned if the user\nmaking the API request has write access to the ruleset.</p>",
"statusCodes": [
{
"httpStatusCode": "200",

View File

@@ -47,5 +47,5 @@
]
}
},
"sha": "7bd3d57638a0363a2d4ebf03dfcf50aacdb0d8da"
"sha": "0bb1cf439a7445ce2ad2375b82c47e7ac84dbfc3"
}

View File

@@ -1,3 +1,3 @@
{
"sha": "7bd3d57638a0363a2d4ebf03dfcf50aacdb0d8da"
"sha": "0bb1cf439a7445ce2ad2375b82c47e7ac84dbfc3"
}