@octokit/openapi 7.9.1 → 7.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +1734 -485
- package/generated/api.github.com.json +508 -24
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +8 -6
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +8 -6
- package/generated/ghes-3.2.deref.json +9 -7
- package/generated/ghes-3.2.json +9 -7
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +9 -7
- package/generated/ghes-3.3.json +9 -7
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +2 -2
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -2
- package/generated/ghes-3.4.deref.json +9 -7
- package/generated/ghes-3.4.json +11 -9
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +8 -6
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +8 -6
- package/generated/ghes-3.5.deref.json +9 -7
- package/generated/ghes-3.5.json +11 -9
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +46 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +125 -20
- package/generated/ghes-3.6-diff-to-api.github.com.json +110 -6
- package/generated/ghes-3.6.deref.json +405 -212
- package/generated/ghes-3.6.json +116 -20
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +8 -6
- package/generated/github.ae-diff-to-api.github.com.json +8 -6
- package/generated/github.ae.deref.json +101 -13
- package/generated/github.ae.json +101 -13
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -35253,8 +35253,9 @@
|
|
|
35253
35253
|
},
|
|
35254
35254
|
"use_squash_pr_title_as_default": {
|
|
35255
35255
|
"type": "boolean",
|
|
35256
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
35257
|
-
"default": false
|
|
35256
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
35257
|
+
"default": false,
|
|
35258
|
+
"deprecated": true
|
|
35258
35259
|
},
|
|
35259
35260
|
"squash_merge_commit_title": {
|
|
35260
35261
|
"type": "string",
|
|
@@ -46071,8 +46072,9 @@
|
|
|
46071
46072
|
},
|
|
46072
46073
|
"use_squash_pr_title_as_default": {
|
|
46073
46074
|
"type": "boolean",
|
|
46074
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
46075
|
-
"default": false
|
|
46075
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
46076
|
+
"default": false,
|
|
46077
|
+
"deprecated": true
|
|
46076
46078
|
},
|
|
46077
46079
|
"squash_merge_commit_title": {
|
|
46078
46080
|
"type": "string",
|
|
@@ -61974,7 +61976,7 @@
|
|
|
61974
61976
|
},
|
|
61975
61977
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
61976
61978
|
"get": {
|
|
61977
|
-
"summary": "List workflow runs",
|
|
61979
|
+
"summary": "List workflow runs for a workflow",
|
|
61978
61980
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
61979
61981
|
"tags": [
|
|
61980
61982
|
"actions"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1989,8 +1989,9 @@
|
|
|
1989
1989
|
},
|
|
1990
1990
|
"use_squash_pr_title_as_default": {
|
|
1991
1991
|
"type": "boolean",
|
|
1992
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
1993
|
-
"default": false
|
|
1992
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
1993
|
+
"default": false,
|
|
1994
|
+
"deprecated": true
|
|
1994
1995
|
},
|
|
1995
1996
|
"squash_merge_commit_title": {
|
|
1996
1997
|
"type": "string",
|
|
@@ -2448,8 +2449,9 @@
|
|
|
2448
2449
|
},
|
|
2449
2450
|
"use_squash_pr_title_as_default": {
|
|
2450
2451
|
"type": "boolean",
|
|
2451
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
2452
|
-
"default": false
|
|
2452
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
2453
|
+
"default": false,
|
|
2454
|
+
"deprecated": true
|
|
2453
2455
|
},
|
|
2454
2456
|
"squash_merge_commit_title": {
|
|
2455
2457
|
"type": "string",
|
|
@@ -2978,7 +2980,7 @@
|
|
|
2978
2980
|
},
|
|
2979
2981
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
2980
2982
|
"get": {
|
|
2981
|
-
"summary": "List workflow runs",
|
|
2983
|
+
"summary": "List workflow runs for a workflow",
|
|
2982
2984
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
2983
2985
|
"tags": [
|
|
2984
2986
|
"actions"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -85860,8 +85860,9 @@
|
|
|
85860
85860
|
},
|
|
85861
85861
|
"use_squash_pr_title_as_default": {
|
|
85862
85862
|
"type": "boolean",
|
|
85863
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
85864
|
-
"default": false
|
|
85863
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
85864
|
+
"default": false,
|
|
85865
|
+
"deprecated": true
|
|
85865
85866
|
},
|
|
85866
85867
|
"squash_merge_commit_title": {
|
|
85867
85868
|
"type": "string",
|
|
@@ -111466,8 +111467,9 @@
|
|
|
111466
111467
|
},
|
|
111467
111468
|
"use_squash_pr_title_as_default": {
|
|
111468
111469
|
"type": "boolean",
|
|
111469
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
111470
|
-
"default": false
|
|
111470
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
111471
|
+
"default": false,
|
|
111472
|
+
"deprecated": true
|
|
111471
111473
|
},
|
|
111472
111474
|
"squash_merge_commit_title": {
|
|
111473
111475
|
"type": "string",
|
|
@@ -132073,7 +132075,7 @@
|
|
|
132073
132075
|
},
|
|
132074
132076
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
132075
132077
|
"get": {
|
|
132076
|
-
"summary": "List workflow runs",
|
|
132078
|
+
"summary": "List workflow runs for a workflow",
|
|
132077
132079
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
132078
132080
|
"tags": [
|
|
132079
132081
|
"actions"
|
|
@@ -192201,7 +192203,7 @@
|
|
|
192201
192203
|
},
|
|
192202
192204
|
"sha": {
|
|
192203
192205
|
"type": "string",
|
|
192204
|
-
"description": "The blob SHA of the file being
|
|
192206
|
+
"description": "The blob SHA of the file being deleted."
|
|
192205
192207
|
},
|
|
192206
192208
|
"branch": {
|
|
192207
192209
|
"type": "string",
|
package/generated/ghes-3.2.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -13884,8 +13884,9 @@
|
|
|
13884
13884
|
},
|
|
13885
13885
|
"use_squash_pr_title_as_default": {
|
|
13886
13886
|
"type": "boolean",
|
|
13887
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
13888
|
-
"default": false
|
|
13887
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
13888
|
+
"default": false,
|
|
13889
|
+
"deprecated": true
|
|
13889
13890
|
},
|
|
13890
13891
|
"squash_merge_commit_title": {
|
|
13891
13892
|
"type": "string",
|
|
@@ -18298,8 +18299,9 @@
|
|
|
18298
18299
|
},
|
|
18299
18300
|
"use_squash_pr_title_as_default": {
|
|
18300
18301
|
"type": "boolean",
|
|
18301
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
18302
|
-
"default": false
|
|
18302
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
18303
|
+
"default": false,
|
|
18304
|
+
"deprecated": true
|
|
18303
18305
|
},
|
|
18304
18306
|
"squash_merge_commit_title": {
|
|
18305
18307
|
"type": "string",
|
|
@@ -20633,7 +20635,7 @@
|
|
|
20633
20635
|
},
|
|
20634
20636
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
20635
20637
|
"get": {
|
|
20636
|
-
"summary": "List workflow runs",
|
|
20638
|
+
"summary": "List workflow runs for a workflow",
|
|
20637
20639
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
20638
20640
|
"tags": [
|
|
20639
20641
|
"actions"
|
|
@@ -27623,7 +27625,7 @@
|
|
|
27623
27625
|
},
|
|
27624
27626
|
"sha": {
|
|
27625
27627
|
"type": "string",
|
|
27626
|
-
"description": "The blob SHA of the file being
|
|
27628
|
+
"description": "The blob SHA of the file being deleted."
|
|
27627
27629
|
},
|
|
27628
27630
|
"branch": {
|
|
27629
27631
|
"type": "string",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -86628,8 +86628,9 @@
|
|
|
86628
86628
|
},
|
|
86629
86629
|
"use_squash_pr_title_as_default": {
|
|
86630
86630
|
"type": "boolean",
|
|
86631
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
86632
|
-
"default": false
|
|
86631
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
86632
|
+
"default": false,
|
|
86633
|
+
"deprecated": true
|
|
86633
86634
|
},
|
|
86634
86635
|
"squash_merge_commit_title": {
|
|
86635
86636
|
"type": "string",
|
|
@@ -112510,8 +112511,9 @@
|
|
|
112510
112511
|
},
|
|
112511
112512
|
"use_squash_pr_title_as_default": {
|
|
112512
112513
|
"type": "boolean",
|
|
112513
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
112514
|
-
"default": false
|
|
112514
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
112515
|
+
"default": false,
|
|
112516
|
+
"deprecated": true
|
|
112515
112517
|
},
|
|
112516
112518
|
"squash_merge_commit_title": {
|
|
112517
112519
|
"type": "string",
|
|
@@ -133259,7 +133261,7 @@
|
|
|
133259
133261
|
},
|
|
133260
133262
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
133261
133263
|
"get": {
|
|
133262
|
-
"summary": "List workflow runs",
|
|
133264
|
+
"summary": "List workflow runs for a workflow",
|
|
133263
133265
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.3/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
133264
133266
|
"tags": [
|
|
133265
133267
|
"actions"
|
|
@@ -194016,7 +194018,7 @@
|
|
|
194016
194018
|
},
|
|
194017
194019
|
"sha": {
|
|
194018
194020
|
"type": "string",
|
|
194019
|
-
"description": "The blob SHA of the file being
|
|
194021
|
+
"description": "The blob SHA of the file being deleted."
|
|
194020
194022
|
},
|
|
194021
194023
|
"branch": {
|
|
194022
194024
|
"type": "string",
|
package/generated/ghes-3.3.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -13799,8 +13799,9 @@
|
|
|
13799
13799
|
},
|
|
13800
13800
|
"use_squash_pr_title_as_default": {
|
|
13801
13801
|
"type": "boolean",
|
|
13802
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
13803
|
-
"default": false
|
|
13802
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
13803
|
+
"default": false,
|
|
13804
|
+
"deprecated": true
|
|
13804
13805
|
},
|
|
13805
13806
|
"squash_merge_commit_title": {
|
|
13806
13807
|
"type": "string",
|
|
@@ -18013,8 +18014,9 @@
|
|
|
18013
18014
|
},
|
|
18014
18015
|
"use_squash_pr_title_as_default": {
|
|
18015
18016
|
"type": "boolean",
|
|
18016
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
18017
|
-
"default": false
|
|
18017
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
18018
|
+
"default": false,
|
|
18019
|
+
"deprecated": true
|
|
18018
18020
|
},
|
|
18019
18021
|
"squash_merge_commit_title": {
|
|
18020
18022
|
"type": "string",
|
|
@@ -20295,7 +20297,7 @@
|
|
|
20295
20297
|
},
|
|
20296
20298
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
20297
20299
|
"get": {
|
|
20298
|
-
"summary": "List workflow runs",
|
|
20300
|
+
"summary": "List workflow runs for a workflow",
|
|
20299
20301
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.3/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
20300
20302
|
"tags": [
|
|
20301
20303
|
"actions"
|
|
@@ -27496,7 +27498,7 @@
|
|
|
27496
27498
|
},
|
|
27497
27499
|
"sha": {
|
|
27498
27500
|
"type": "string",
|
|
27499
|
-
"description": "The blob SHA of the file being
|
|
27501
|
+
"description": "The blob SHA of the file being deleted."
|
|
27500
27502
|
},
|
|
27501
27503
|
"branch": {
|
|
27502
27504
|
"type": "string",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -26853,7 +26853,7 @@
|
|
|
26853
26853
|
},
|
|
26854
26854
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
26855
26855
|
"get": {
|
|
26856
|
-
"summary": "List workflow runs",
|
|
26856
|
+
"summary": "List workflow runs for a workflow",
|
|
26857
26857
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
26858
26858
|
"tags": [
|
|
26859
26859
|
"actions"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1801,7 +1801,7 @@
|
|
|
1801
1801
|
},
|
|
1802
1802
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
1803
1803
|
"get": {
|
|
1804
|
-
"summary": "List workflow runs",
|
|
1804
|
+
"summary": "List workflow runs for a workflow",
|
|
1805
1805
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
1806
1806
|
"tags": [
|
|
1807
1807
|
"actions"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -95211,8 +95211,9 @@
|
|
|
95211
95211
|
},
|
|
95212
95212
|
"use_squash_pr_title_as_default": {
|
|
95213
95213
|
"type": "boolean",
|
|
95214
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
95215
|
-
"default": false
|
|
95214
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
95215
|
+
"default": false,
|
|
95216
|
+
"deprecated": true
|
|
95216
95217
|
},
|
|
95217
95218
|
"squash_merge_commit_title": {
|
|
95218
95219
|
"type": "string",
|
|
@@ -121289,8 +121290,9 @@
|
|
|
121289
121290
|
},
|
|
121290
121291
|
"use_squash_pr_title_as_default": {
|
|
121291
121292
|
"type": "boolean",
|
|
121292
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
121293
|
-
"default": false
|
|
121293
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
121294
|
+
"default": false,
|
|
121295
|
+
"deprecated": true
|
|
121294
121296
|
},
|
|
121295
121297
|
"squash_merge_commit_title": {
|
|
121296
121298
|
"type": "string",
|
|
@@ -142981,7 +142983,7 @@
|
|
|
142981
142983
|
},
|
|
142982
142984
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
142983
142985
|
"get": {
|
|
142984
|
-
"summary": "List workflow runs",
|
|
142986
|
+
"summary": "List workflow runs for a workflow",
|
|
142985
142987
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
142986
142988
|
"tags": [
|
|
142987
142989
|
"actions"
|
|
@@ -207541,7 +207543,7 @@
|
|
|
207541
207543
|
},
|
|
207542
207544
|
"sha": {
|
|
207543
207545
|
"type": "string",
|
|
207544
|
-
"description": "The blob SHA of the file being
|
|
207546
|
+
"description": "The blob SHA of the file being deleted."
|
|
207545
207547
|
},
|
|
207546
207548
|
"branch": {
|
|
207547
207549
|
"type": "string",
|
package/generated/ghes-3.4.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -9445,7 +9445,7 @@
|
|
|
9445
9445
|
},
|
|
9446
9446
|
"examples": {
|
|
9447
9447
|
"default": {
|
|
9448
|
-
"$ref": "#/components/examples/organization-custom-repository-role-example
|
|
9448
|
+
"$ref": "#/components/examples/organization-custom-repository-role-example"
|
|
9449
9449
|
}
|
|
9450
9450
|
}
|
|
9451
9451
|
}
|
|
@@ -15079,8 +15079,9 @@
|
|
|
15079
15079
|
},
|
|
15080
15080
|
"use_squash_pr_title_as_default": {
|
|
15081
15081
|
"type": "boolean",
|
|
15082
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
15083
|
-
"default": false
|
|
15082
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
15083
|
+
"default": false,
|
|
15084
|
+
"deprecated": true
|
|
15084
15085
|
},
|
|
15085
15086
|
"squash_merge_commit_title": {
|
|
15086
15087
|
"type": "string",
|
|
@@ -19351,8 +19352,9 @@
|
|
|
19351
19352
|
},
|
|
19352
19353
|
"use_squash_pr_title_as_default": {
|
|
19353
19354
|
"type": "boolean",
|
|
19354
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
19355
|
-
"default": false
|
|
19355
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
19356
|
+
"default": false,
|
|
19357
|
+
"deprecated": true
|
|
19356
19358
|
},
|
|
19357
19359
|
"squash_merge_commit_title": {
|
|
19358
19360
|
"type": "string",
|
|
@@ -21919,7 +21921,7 @@
|
|
|
21919
21921
|
},
|
|
21920
21922
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
21921
21923
|
"get": {
|
|
21922
|
-
"summary": "List workflow runs",
|
|
21924
|
+
"summary": "List workflow runs for a workflow",
|
|
21923
21925
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
21924
21926
|
"tags": [
|
|
21925
21927
|
"actions"
|
|
@@ -29056,7 +29058,7 @@
|
|
|
29056
29058
|
},
|
|
29057
29059
|
"sha": {
|
|
29058
29060
|
"type": "string",
|
|
29059
|
-
"description": "The blob SHA of the file being
|
|
29061
|
+
"description": "The blob SHA of the file being deleted."
|
|
29060
29062
|
},
|
|
29061
29063
|
"branch": {
|
|
29062
29064
|
"type": "string",
|
|
@@ -81501,7 +81503,7 @@
|
|
|
81501
81503
|
}
|
|
81502
81504
|
]
|
|
81503
81505
|
},
|
|
81504
|
-
"organization-custom-repository-role-example
|
|
81506
|
+
"organization-custom-repository-role-example": {
|
|
81505
81507
|
"value": {
|
|
81506
81508
|
"total_count": 2,
|
|
81507
81509
|
"custom_roles": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -45138,8 +45138,9 @@
|
|
|
45138
45138
|
},
|
|
45139
45139
|
"use_squash_pr_title_as_default": {
|
|
45140
45140
|
"type": "boolean",
|
|
45141
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
45142
|
-
"default": false
|
|
45141
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
45142
|
+
"default": false,
|
|
45143
|
+
"deprecated": true
|
|
45143
45144
|
},
|
|
45144
45145
|
"squash_merge_commit_title": {
|
|
45145
45146
|
"type": "string",
|
|
@@ -58342,8 +58343,9 @@
|
|
|
58342
58343
|
},
|
|
58343
58344
|
"use_squash_pr_title_as_default": {
|
|
58344
58345
|
"type": "boolean",
|
|
58345
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
58346
|
-
"default": false
|
|
58346
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
58347
|
+
"default": false,
|
|
58348
|
+
"deprecated": true
|
|
58347
58349
|
},
|
|
58348
58350
|
"squash_merge_commit_title": {
|
|
58349
58351
|
"type": "string",
|
|
@@ -78786,7 +78788,7 @@
|
|
|
78786
78788
|
},
|
|
78787
78789
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
78788
78790
|
"get": {
|
|
78789
|
-
"summary": "List workflow runs",
|
|
78791
|
+
"summary": "List workflow runs for a workflow",
|
|
78790
78792
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
78791
78793
|
"tags": [
|
|
78792
78794
|
"actions"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -2551,8 +2551,9 @@
|
|
|
2551
2551
|
},
|
|
2552
2552
|
"use_squash_pr_title_as_default": {
|
|
2553
2553
|
"type": "boolean",
|
|
2554
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
2555
|
-
"default": false
|
|
2554
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
2555
|
+
"default": false,
|
|
2556
|
+
"deprecated": true
|
|
2556
2557
|
},
|
|
2557
2558
|
"squash_merge_commit_title": {
|
|
2558
2559
|
"type": "string",
|
|
@@ -3352,8 +3353,9 @@
|
|
|
3352
3353
|
},
|
|
3353
3354
|
"use_squash_pr_title_as_default": {
|
|
3354
3355
|
"type": "boolean",
|
|
3355
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
3356
|
-
"default": false
|
|
3356
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
3357
|
+
"default": false,
|
|
3358
|
+
"deprecated": true
|
|
3357
3359
|
},
|
|
3358
3360
|
"squash_merge_commit_title": {
|
|
3359
3361
|
"type": "string",
|
|
@@ -4001,7 +4003,7 @@
|
|
|
4001
4003
|
},
|
|
4002
4004
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
4003
4005
|
"get": {
|
|
4004
|
-
"summary": "List workflow runs",
|
|
4006
|
+
"summary": "List workflow runs for a workflow",
|
|
4005
4007
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
4006
4008
|
"tags": [
|
|
4007
4009
|
"actions"
|