1
0
mirror of synced 2026-01-02 21:04:32 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
docubot
2022-05-13 03:27:53 -05:00
committed by GitHub
14 changed files with 221 additions and 24 deletions

View File

@@ -28575,12 +28575,25 @@
}
}
],
"bodyParameters": [],
"bodyParameters": [
{
"type": "boolean",
"default": false,
"description": "<p>Whether to enable debug logging for the re-run.</p>",
"name": "enable_debug_logging",
"in": "body",
"rawType": "boolean",
"rawDescription": "Whether to enable debug logging for the re-run.",
"isRequired": false,
"childParamsGroups": []
}
],
"enabledForGitHubApps": true,
"codeExamples": [
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {
@@ -46586,12 +46599,25 @@
}
}
],
"bodyParameters": [],
"bodyParameters": [
{
"type": "boolean",
"default": false,
"description": "<p>Whether to enable debug logging for the re-run.</p>",
"name": "enable_debug_logging",
"in": "body",
"rawType": "boolean",
"rawDescription": "Whether to enable debug logging for the re-run.",
"isRequired": false,
"childParamsGroups": []
}
],
"enabledForGitHubApps": false,
"codeExamples": [
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {
@@ -46651,12 +46677,25 @@
}
}
],
"bodyParameters": [],
"bodyParameters": [
{
"type": "boolean",
"default": false,
"description": "<p>Whether to enable debug logging for the re-run.</p>",
"name": "enable_debug_logging",
"in": "body",
"rawType": "boolean",
"rawDescription": "Whether to enable debug logging for the re-run.",
"isRequired": false,
"childParamsGroups": []
}
],
"enabledForGitHubApps": true,
"codeExamples": [
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {

View File

@@ -33826,6 +33826,7 @@
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {

View File

@@ -36261,6 +36261,7 @@
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {

View File

@@ -36398,6 +36398,7 @@
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {

View File

@@ -38531,6 +38531,7 @@
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {

View File

@@ -28544,6 +28544,7 @@
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {
@@ -46482,6 +46483,7 @@
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {
@@ -46547,6 +46549,7 @@
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {

View File

@@ -37292,6 +37292,7 @@
{
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"acceptHeader": "application/vnd.github.v3+json",
"parameters": {

View File

@@ -161875,6 +161875,26 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
],
"properties": {
"enable_debug_logging": {
"type": "boolean",
"default": false,
"description": "Whether to enable debug logging for the re-run."
}
}
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -186268,6 +186288,26 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
],
"properties": {
"enable_debug_logging": {
"type": "boolean",
"default": false,
"description": "Whether to enable debug logging for the re-run."
}
}
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -186286,11 +186326,9 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": false,
"deprecationDate": "2021-09-14",
"category": "actions",
"subcategory": "workflow-runs"
},
"deprecated": true
}
}
},
"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": {
@@ -186334,6 +186372,26 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
],
"properties": {
"enable_debug_logging": {
"type": "boolean",
"default": false,
"description": "Whether to enable debug logging for the re-run."
}
}
}
}
}
},
"responses": {
"201": {
"description": "Response",

View File

@@ -146367,6 +146367,19 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
]
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -146385,11 +146398,9 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": false,
"deprecationDate": "2021-09-14",
"category": "actions",
"subcategory": "workflow-runs"
},
"deprecated": true
}
}
},
"/repos/{owner}/{repo}/actions/secrets": {

View File

@@ -150684,6 +150684,19 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
]
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -150702,11 +150715,9 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": false,
"deprecationDate": "2021-09-14",
"category": "actions",
"subcategory": "workflow-runs"
},
"deprecated": true
}
}
},
"/repos/{owner}/{repo}/actions/secrets": {

View File

@@ -153644,6 +153644,19 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
]
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -153662,11 +153675,9 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": false,
"deprecationDate": "2021-09-14",
"category": "actions",
"subcategory": "workflow-runs"
},
"deprecated": true
}
}
},
"/repos/{owner}/{repo}/actions/secrets": {

View File

@@ -166570,6 +166570,19 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
]
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -166588,11 +166601,9 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": false,
"deprecationDate": "2021-09-14",
"category": "actions",
"subcategory": "workflow-runs"
},
"deprecated": true
}
}
},
"/repos/{owner}/{repo}/actions/secrets": {

View File

@@ -153682,6 +153682,19 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
]
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -177809,6 +177822,19 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
]
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -177827,11 +177853,9 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": false,
"deprecationDate": "2021-09-14",
"category": "actions",
"subcategory": "workflow-runs"
},
"deprecated": true
}
}
},
"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": {
@@ -177875,6 +177899,19 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
]
}
}
}
},
"responses": {
"201": {
"description": "Response",

View File

@@ -132740,6 +132740,19 @@
}
}
],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": [
"object",
"null"
]
}
}
}
},
"responses": {
"201": {
"description": "Response",
@@ -132758,11 +132771,9 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": false,
"deprecationDate": "2021-09-14",
"category": "actions",
"subcategory": "workflow-runs"
},
"deprecated": true
}
}
},
"/repos/{owner}/{repo}/actions/runs/{run_id}/timing": {