@octokit/openapi 7.8.0 → 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 +1921 -538
- package/generated/api.github.com.json +544 -29
- 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 +127 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -8
- package/generated/ghes-3.2.deref.json +134 -27
- package/generated/ghes-3.2.json +26 -9
- 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 +134 -27
- package/generated/ghes-3.3.json +26 -9
- 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 +134 -27
- package/generated/ghes-3.4.json +28 -11
- 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 +127 -25
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +25 -8
- package/generated/ghes-3.5.deref.json +134 -27
- package/generated/ghes-3.5.json +28 -11
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +82 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9648 -479
- package/generated/ghes-3.6-diff-to-api.github.com.json +1020 -23
- package/generated/ghes-3.6.deref.json +544 -234
- package/generated/ghes-3.6.json +147 -24
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +30 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +91 -19
- package/generated/github.ae-diff-to-api.github.com.json +25 -8
- package/generated/github.ae.deref.json +190 -27
- package/generated/github.ae.json +118 -15
- package/package.json +1 -1
package/generated/ghes-3.6.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": {
|
|
@@ -10081,7 +10081,7 @@
|
|
|
10081
10081
|
},
|
|
10082
10082
|
"examples": {
|
|
10083
10083
|
"default": {
|
|
10084
|
-
"$ref": "#/components/examples/organization-custom-repository-role-example
|
|
10084
|
+
"$ref": "#/components/examples/organization-custom-repository-role-example"
|
|
10085
10085
|
}
|
|
10086
10086
|
}
|
|
10087
10087
|
}
|
|
@@ -10094,7 +10094,13 @@
|
|
|
10094
10094
|
"category": "orgs",
|
|
10095
10095
|
"subcategory": "custom_roles"
|
|
10096
10096
|
},
|
|
10097
|
-
"x-octokit": {
|
|
10097
|
+
"x-octokit": {
|
|
10098
|
+
"diff": {
|
|
10099
|
+
"api.github.com": {
|
|
10100
|
+
"type": "changed"
|
|
10101
|
+
}
|
|
10102
|
+
}
|
|
10103
|
+
}
|
|
10098
10104
|
}
|
|
10099
10105
|
},
|
|
10100
10106
|
"/orgs/{org}": {
|
|
@@ -16080,8 +16086,9 @@
|
|
|
16080
16086
|
},
|
|
16081
16087
|
"use_squash_pr_title_as_default": {
|
|
16082
16088
|
"type": "boolean",
|
|
16083
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
16084
|
-
"default": false
|
|
16089
|
+
"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.",
|
|
16090
|
+
"default": false,
|
|
16091
|
+
"deprecated": true
|
|
16085
16092
|
},
|
|
16086
16093
|
"squash_merge_commit_title": {
|
|
16087
16094
|
"type": "string",
|
|
@@ -20306,8 +20313,9 @@
|
|
|
20306
20313
|
},
|
|
20307
20314
|
"use_squash_pr_title_as_default": {
|
|
20308
20315
|
"type": "boolean",
|
|
20309
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
20310
|
-
"default": false
|
|
20316
|
+
"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.",
|
|
20317
|
+
"default": false,
|
|
20318
|
+
"deprecated": true
|
|
20311
20319
|
},
|
|
20312
20320
|
"squash_merge_commit_title": {
|
|
20313
20321
|
"type": "string",
|
|
@@ -22081,7 +22089,13 @@
|
|
|
22081
22089
|
"category": "actions",
|
|
22082
22090
|
"subcategory": "workflow-runs"
|
|
22083
22091
|
},
|
|
22084
|
-
"x-octokit": {
|
|
22092
|
+
"x-octokit": {
|
|
22093
|
+
"diff": {
|
|
22094
|
+
"api.github.com": {
|
|
22095
|
+
"type": "changed"
|
|
22096
|
+
}
|
|
22097
|
+
}
|
|
22098
|
+
}
|
|
22085
22099
|
}
|
|
22086
22100
|
},
|
|
22087
22101
|
"/repos/{owner}/{repo}/actions/runs/{run_id}": {
|
|
@@ -23562,7 +23576,7 @@
|
|
|
23562
23576
|
},
|
|
23563
23577
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
23564
23578
|
"get": {
|
|
23565
|
-
"summary": "List workflow runs",
|
|
23579
|
+
"summary": "List workflow runs for a workflow",
|
|
23566
23580
|
"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.6/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.",
|
|
23567
23581
|
"tags": [
|
|
23568
23582
|
"actions"
|
|
@@ -23653,7 +23667,13 @@
|
|
|
23653
23667
|
"category": "actions",
|
|
23654
23668
|
"subcategory": "workflow-runs"
|
|
23655
23669
|
},
|
|
23656
|
-
"x-octokit": {
|
|
23670
|
+
"x-octokit": {
|
|
23671
|
+
"diff": {
|
|
23672
|
+
"api.github.com": {
|
|
23673
|
+
"type": "changed"
|
|
23674
|
+
}
|
|
23675
|
+
}
|
|
23676
|
+
}
|
|
23657
23677
|
}
|
|
23658
23678
|
},
|
|
23659
23679
|
"/repos/{owner}/{repo}/assignees": {
|
|
@@ -30746,7 +30766,7 @@
|
|
|
30746
30766
|
},
|
|
30747
30767
|
"sha": {
|
|
30748
30768
|
"type": "string",
|
|
30749
|
-
"description": "The blob SHA of the file being
|
|
30769
|
+
"description": "The blob SHA of the file being deleted."
|
|
30750
30770
|
},
|
|
30751
30771
|
"branch": {
|
|
30752
30772
|
"type": "string",
|
|
@@ -35927,6 +35947,11 @@
|
|
|
35927
35947
|
},
|
|
35928
35948
|
"state_reason": {
|
|
35929
35949
|
"type": "string",
|
|
35950
|
+
"enum": [
|
|
35951
|
+
"completed",
|
|
35952
|
+
"not_planned",
|
|
35953
|
+
"reopened"
|
|
35954
|
+
],
|
|
35930
35955
|
"nullable": true,
|
|
35931
35956
|
"description": "The reason for the current state",
|
|
35932
35957
|
"example": "not_planned"
|
|
@@ -54490,6 +54515,70 @@
|
|
|
54490
54515
|
}
|
|
54491
54516
|
}
|
|
54492
54517
|
},
|
|
54518
|
+
"/orgs/{org}/custom_roles": {
|
|
54519
|
+
"post": {
|
|
54520
|
+
"summary": "Create a custom role",
|
|
54521
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54522
|
+
"tags": [
|
|
54523
|
+
"orgs"
|
|
54524
|
+
],
|
|
54525
|
+
"operationId": "orgs/create-custom-role",
|
|
54526
|
+
"externalDocs": {
|
|
54527
|
+
"description": "API method documentation",
|
|
54528
|
+
"url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
|
|
54529
|
+
},
|
|
54530
|
+
"x-octokit": {
|
|
54531
|
+
"api.github.com": "removed"
|
|
54532
|
+
},
|
|
54533
|
+
"responses": {
|
|
54534
|
+
"501": {
|
|
54535
|
+
"description": "Not Implemented"
|
|
54536
|
+
}
|
|
54537
|
+
}
|
|
54538
|
+
}
|
|
54539
|
+
},
|
|
54540
|
+
"/orgs/{org}/custom_roles/{role_id}": {
|
|
54541
|
+
"delete": {
|
|
54542
|
+
"summary": "Delete a custom role",
|
|
54543
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54544
|
+
"tags": [
|
|
54545
|
+
"orgs"
|
|
54546
|
+
],
|
|
54547
|
+
"operationId": "orgs/delete-custom-role",
|
|
54548
|
+
"externalDocs": {
|
|
54549
|
+
"description": "API method documentation",
|
|
54550
|
+
"url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
|
|
54551
|
+
},
|
|
54552
|
+
"x-octokit": {
|
|
54553
|
+
"api.github.com": "removed"
|
|
54554
|
+
},
|
|
54555
|
+
"responses": {
|
|
54556
|
+
"501": {
|
|
54557
|
+
"description": "Not Implemented"
|
|
54558
|
+
}
|
|
54559
|
+
}
|
|
54560
|
+
},
|
|
54561
|
+
"patch": {
|
|
54562
|
+
"summary": "Update a custom role",
|
|
54563
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54564
|
+
"tags": [
|
|
54565
|
+
"orgs"
|
|
54566
|
+
],
|
|
54567
|
+
"operationId": "orgs/update-custom-role",
|
|
54568
|
+
"externalDocs": {
|
|
54569
|
+
"description": "API method documentation",
|
|
54570
|
+
"url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
|
|
54571
|
+
},
|
|
54572
|
+
"x-octokit": {
|
|
54573
|
+
"api.github.com": "removed"
|
|
54574
|
+
},
|
|
54575
|
+
"responses": {
|
|
54576
|
+
"501": {
|
|
54577
|
+
"description": "Not Implemented"
|
|
54578
|
+
}
|
|
54579
|
+
}
|
|
54580
|
+
}
|
|
54581
|
+
},
|
|
54493
54582
|
"/orgs/{org}/external-group/{group_id}": {
|
|
54494
54583
|
"get": {
|
|
54495
54584
|
"summary": "Get an external group",
|
|
@@ -54556,6 +54645,28 @@
|
|
|
54556
54645
|
}
|
|
54557
54646
|
}
|
|
54558
54647
|
},
|
|
54648
|
+
"/orgs/{org}/fine_grained_permissions": {
|
|
54649
|
+
"get": {
|
|
54650
|
+
"summary": "List fine-grained permissions for an organization",
|
|
54651
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54652
|
+
"tags": [
|
|
54653
|
+
"orgs"
|
|
54654
|
+
],
|
|
54655
|
+
"operationId": "orgs/list-fine-grained-permissions",
|
|
54656
|
+
"externalDocs": {
|
|
54657
|
+
"description": "API method documentation",
|
|
54658
|
+
"url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
|
|
54659
|
+
},
|
|
54660
|
+
"x-octokit": {
|
|
54661
|
+
"api.github.com": "removed"
|
|
54662
|
+
},
|
|
54663
|
+
"responses": {
|
|
54664
|
+
"501": {
|
|
54665
|
+
"description": "Not Implemented"
|
|
54666
|
+
}
|
|
54667
|
+
}
|
|
54668
|
+
}
|
|
54669
|
+
},
|
|
54559
54670
|
"/orgs/{org}/interaction-limits": {
|
|
54560
54671
|
"get": {
|
|
54561
54672
|
"summary": "Get interaction restrictions for an organization",
|
|
@@ -54922,7 +55033,7 @@
|
|
|
54922
55033
|
},
|
|
54923
55034
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions": {
|
|
54924
55035
|
"get": {
|
|
54925
|
-
"summary": "
|
|
55036
|
+
"summary": "List package versions for a package owned by an organization",
|
|
54926
55037
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54927
55038
|
"tags": [
|
|
54928
55039
|
"packages"
|
|
@@ -54930,7 +55041,7 @@
|
|
|
54930
55041
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-org",
|
|
54931
55042
|
"externalDocs": {
|
|
54932
55043
|
"description": "API method documentation",
|
|
54933
|
-
"url": "https://docs.github.com/rest/
|
|
55044
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
|
|
54934
55045
|
},
|
|
54935
55046
|
"x-octokit": {
|
|
54936
55047
|
"api.github.com": "removed"
|
|
@@ -57405,7 +57516,7 @@
|
|
|
57405
57516
|
},
|
|
57406
57517
|
"/user/packages/{package_type}/{package_name}/versions": {
|
|
57407
57518
|
"get": {
|
|
57408
|
-
"summary": "
|
|
57519
|
+
"summary": "List package versions for a package owned by the authenticated user",
|
|
57409
57520
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
57410
57521
|
"tags": [
|
|
57411
57522
|
"packages"
|
|
@@ -57413,7 +57524,7 @@
|
|
|
57413
57524
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
|
|
57414
57525
|
"externalDocs": {
|
|
57415
57526
|
"description": "API method documentation",
|
|
57416
|
-
"url": "https://docs.github.com/rest/
|
|
57527
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
|
|
57417
57528
|
},
|
|
57418
57529
|
"x-octokit": {
|
|
57419
57530
|
"api.github.com": "removed"
|
|
@@ -57661,7 +57772,7 @@
|
|
|
57661
57772
|
},
|
|
57662
57773
|
"/users/{username}/packages/{package_type}/{package_name}/versions": {
|
|
57663
57774
|
"get": {
|
|
57664
|
-
"summary": "
|
|
57775
|
+
"summary": "List package versions for a package owned by a user",
|
|
57665
57776
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
57666
57777
|
"tags": [
|
|
57667
57778
|
"packages"
|
|
@@ -57669,7 +57780,7 @@
|
|
|
57669
57780
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-user",
|
|
57670
57781
|
"externalDocs": {
|
|
57671
57782
|
"description": "API method documentation",
|
|
57672
|
-
"url": "https://docs.github.com/rest/
|
|
57783
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
|
|
57673
57784
|
},
|
|
57674
57785
|
"x-octokit": {
|
|
57675
57786
|
"api.github.com": "removed"
|
|
@@ -60846,8 +60957,9 @@
|
|
|
60846
60957
|
},
|
|
60847
60958
|
"use_squash_pr_title_as_default": {
|
|
60848
60959
|
"type": "boolean",
|
|
60849
|
-
"description": "Whether a squash merge commit can use the pull request title as default.",
|
|
60850
|
-
"default": false
|
|
60960
|
+
"description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
60961
|
+
"default": false,
|
|
60962
|
+
"deprecated": true
|
|
60851
60963
|
},
|
|
60852
60964
|
"squash_merge_commit_title": {
|
|
60853
60965
|
"type": "string",
|
|
@@ -62825,7 +62937,12 @@
|
|
|
62825
62937
|
"description": "The reason for the current state",
|
|
62826
62938
|
"example": "not_planned",
|
|
62827
62939
|
"type": "string",
|
|
62828
|
-
"nullable": true
|
|
62940
|
+
"nullable": true,
|
|
62941
|
+
"enum": [
|
|
62942
|
+
"completed",
|
|
62943
|
+
"reopened",
|
|
62944
|
+
"not_planned"
|
|
62945
|
+
]
|
|
62829
62946
|
},
|
|
62830
62947
|
"title": {
|
|
62831
62948
|
"description": "Title of the issue",
|
|
@@ -64948,8 +65065,9 @@
|
|
|
64948
65065
|
},
|
|
64949
65066
|
"use_squash_pr_title_as_default": {
|
|
64950
65067
|
"type": "boolean",
|
|
64951
|
-
"description": "Whether a squash merge commit can use the pull request title as default.",
|
|
64952
|
-
"default": false
|
|
65068
|
+
"description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
65069
|
+
"default": false,
|
|
65070
|
+
"deprecated": true
|
|
64953
65071
|
},
|
|
64954
65072
|
"squash_merge_commit_title": {
|
|
64955
65073
|
"type": "string",
|
|
@@ -75202,7 +75320,12 @@
|
|
|
75202
75320
|
"description": "The reason for the current state",
|
|
75203
75321
|
"example": "not_planned",
|
|
75204
75322
|
"type": "string",
|
|
75205
|
-
"nullable": true
|
|
75323
|
+
"nullable": true,
|
|
75324
|
+
"enum": [
|
|
75325
|
+
"completed",
|
|
75326
|
+
"reopened",
|
|
75327
|
+
"not_planned"
|
|
75328
|
+
]
|
|
75206
75329
|
},
|
|
75207
75330
|
"title": {
|
|
75208
75331
|
"description": "Title of the issue",
|
|
@@ -87758,7 +87881,7 @@
|
|
|
87758
87881
|
}
|
|
87759
87882
|
]
|
|
87760
87883
|
},
|
|
87761
|
-
"organization-custom-repository-role-example
|
|
87884
|
+
"organization-custom-repository-role-example": {
|
|
87762
87885
|
"value": {
|
|
87763
87886
|
"total_count": 2,
|
|
87764
87887
|
"custom_roles": [
|
|
@@ -8023,6 +8023,16 @@
|
|
|
8023
8023
|
"type": "integer"
|
|
8024
8024
|
},
|
|
8025
8025
|
"style": "form"
|
|
8026
|
+
},
|
|
8027
|
+
{
|
|
8028
|
+
"description": "Only returns workflow runs that are associated with the specified `head_sha`.",
|
|
8029
|
+
"in": "query",
|
|
8030
|
+
"name": "head_sha",
|
|
8031
|
+
"required": false,
|
|
8032
|
+
"schema": {
|
|
8033
|
+
"type": "string"
|
|
8034
|
+
},
|
|
8035
|
+
"style": "form"
|
|
8026
8036
|
}
|
|
8027
8037
|
]
|
|
8028
8038
|
},
|
|
@@ -8310,6 +8320,16 @@
|
|
|
8310
8320
|
"type": "integer"
|
|
8311
8321
|
},
|
|
8312
8322
|
"style": "form"
|
|
8323
|
+
},
|
|
8324
|
+
{
|
|
8325
|
+
"description": "Only returns workflow runs that are associated with the specified `head_sha`.",
|
|
8326
|
+
"in": "query",
|
|
8327
|
+
"name": "head_sha",
|
|
8328
|
+
"required": false,
|
|
8329
|
+
"schema": {
|
|
8330
|
+
"type": "string"
|
|
8331
|
+
},
|
|
8332
|
+
"style": "form"
|
|
8313
8333
|
}
|
|
8314
8334
|
]
|
|
8315
8335
|
},
|
|
@@ -11841,6 +11861,13 @@
|
|
|
11841
11861
|
"/orgs/{org}/credential-authorizations/{credential_id}": [
|
|
11842
11862
|
"delete"
|
|
11843
11863
|
],
|
|
11864
|
+
"/orgs/{org}/custom_roles": [
|
|
11865
|
+
"post"
|
|
11866
|
+
],
|
|
11867
|
+
"/orgs/{org}/custom_roles/{role_id}": [
|
|
11868
|
+
"delete",
|
|
11869
|
+
"patch"
|
|
11870
|
+
],
|
|
11844
11871
|
"/orgs/{org}/dependabot/secrets": [
|
|
11845
11872
|
"get"
|
|
11846
11873
|
],
|
|
@@ -11866,6 +11893,9 @@
|
|
|
11866
11893
|
"/orgs/{org}/failed_invitations": [
|
|
11867
11894
|
"get"
|
|
11868
11895
|
],
|
|
11896
|
+
"/orgs/{org}/fine_grained_permissions": [
|
|
11897
|
+
"get"
|
|
11898
|
+
],
|
|
11869
11899
|
"/orgs/{org}/interaction-limits": [
|
|
11870
11900
|
"get",
|
|
11871
11901
|
"put",
|
|
@@ -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": {
|
|
@@ -16715,7 +16715,12 @@
|
|
|
16715
16715
|
"description": "The reason for the current state",
|
|
16716
16716
|
"example": "not_planned",
|
|
16717
16717
|
"type": "string",
|
|
16718
|
-
"nullable": true
|
|
16718
|
+
"nullable": true,
|
|
16719
|
+
"enum": [
|
|
16720
|
+
"completed",
|
|
16721
|
+
"reopened",
|
|
16722
|
+
"not_planned"
|
|
16723
|
+
]
|
|
16719
16724
|
},
|
|
16720
16725
|
"title": {
|
|
16721
16726
|
"description": "Title of the issue",
|
|
@@ -32141,7 +32146,12 @@
|
|
|
32141
32146
|
"description": "The reason for the current state",
|
|
32142
32147
|
"example": "not_planned",
|
|
32143
32148
|
"type": "string",
|
|
32144
|
-
"nullable": true
|
|
32149
|
+
"nullable": true,
|
|
32150
|
+
"enum": [
|
|
32151
|
+
"completed",
|
|
32152
|
+
"reopened",
|
|
32153
|
+
"not_planned"
|
|
32154
|
+
]
|
|
32145
32155
|
},
|
|
32146
32156
|
"title": {
|
|
32147
32157
|
"description": "Title of the issue",
|
|
@@ -41666,8 +41676,9 @@
|
|
|
41666
41676
|
},
|
|
41667
41677
|
"use_squash_pr_title_as_default": {
|
|
41668
41678
|
"type": "boolean",
|
|
41669
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
41670
|
-
"default": false
|
|
41679
|
+
"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.",
|
|
41680
|
+
"default": false,
|
|
41681
|
+
"deprecated": true
|
|
41671
41682
|
},
|
|
41672
41683
|
"squash_merge_commit_title": {
|
|
41673
41684
|
"type": "string",
|
|
@@ -52458,8 +52469,9 @@
|
|
|
52458
52469
|
},
|
|
52459
52470
|
"use_squash_pr_title_as_default": {
|
|
52460
52471
|
"type": "boolean",
|
|
52461
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
52462
|
-
"default": false
|
|
52472
|
+
"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.",
|
|
52473
|
+
"default": false,
|
|
52474
|
+
"deprecated": true
|
|
52463
52475
|
},
|
|
52464
52476
|
"squash_merge_commit_title": {
|
|
52465
52477
|
"type": "string",
|
|
@@ -72897,7 +72909,7 @@
|
|
|
72897
72909
|
},
|
|
72898
72910
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
72899
72911
|
"get": {
|
|
72900
|
-
"summary": "List workflow runs",
|
|
72912
|
+
"summary": "List workflow runs for a workflow",
|
|
72901
72913
|
"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/github-ae@latest/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.",
|
|
72902
72914
|
"tags": [
|
|
72903
72915
|
"actions"
|
|
@@ -101945,7 +101957,12 @@
|
|
|
101945
101957
|
"description": "The reason for the current state",
|
|
101946
101958
|
"example": "not_planned",
|
|
101947
101959
|
"type": "string",
|
|
101948
|
-
"nullable": true
|
|
101960
|
+
"nullable": true,
|
|
101961
|
+
"enum": [
|
|
101962
|
+
"completed",
|
|
101963
|
+
"reopened",
|
|
101964
|
+
"not_planned"
|
|
101965
|
+
]
|
|
101949
101966
|
},
|
|
101950
101967
|
"title": {
|
|
101951
101968
|
"description": "Title of the issue",
|
|
@@ -117237,7 +117254,12 @@
|
|
|
117237
117254
|
"description": "The reason for the current state",
|
|
117238
117255
|
"example": "not_planned",
|
|
117239
117256
|
"type": "string",
|
|
117240
|
-
"nullable": true
|
|
117257
|
+
"nullable": true,
|
|
117258
|
+
"enum": [
|
|
117259
|
+
"completed",
|
|
117260
|
+
"reopened",
|
|
117261
|
+
"not_planned"
|
|
117262
|
+
]
|
|
117241
117263
|
},
|
|
117242
117264
|
"title": {
|
|
117243
117265
|
"description": "Title of the issue",
|
|
@@ -120024,7 +120046,12 @@
|
|
|
120024
120046
|
"description": "The reason for the current state",
|
|
120025
120047
|
"example": "not_planned",
|
|
120026
120048
|
"type": "string",
|
|
120027
|
-
"nullable": true
|
|
120049
|
+
"nullable": true,
|
|
120050
|
+
"enum": [
|
|
120051
|
+
"completed",
|
|
120052
|
+
"reopened",
|
|
120053
|
+
"not_planned"
|
|
120054
|
+
]
|
|
120028
120055
|
},
|
|
120029
120056
|
"title": {
|
|
120030
120057
|
"description": "Title of the issue",
|
|
@@ -122936,7 +122963,12 @@
|
|
|
122936
122963
|
"description": "The reason for the current state",
|
|
122937
122964
|
"example": "not_planned",
|
|
122938
122965
|
"type": "string",
|
|
122939
|
-
"nullable": true
|
|
122966
|
+
"nullable": true,
|
|
122967
|
+
"enum": [
|
|
122968
|
+
"completed",
|
|
122969
|
+
"reopened",
|
|
122970
|
+
"not_planned"
|
|
122971
|
+
]
|
|
122940
122972
|
},
|
|
122941
122973
|
"title": {
|
|
122942
122974
|
"description": "Title of the issue",
|
|
@@ -126779,7 +126811,12 @@
|
|
|
126779
126811
|
"description": "The reason for the current state",
|
|
126780
126812
|
"example": "not_planned",
|
|
126781
126813
|
"type": "string",
|
|
126782
|
-
"nullable": true
|
|
126814
|
+
"nullable": true,
|
|
126815
|
+
"enum": [
|
|
126816
|
+
"completed",
|
|
126817
|
+
"reopened",
|
|
126818
|
+
"not_planned"
|
|
126819
|
+
]
|
|
126783
126820
|
},
|
|
126784
126821
|
"title": {
|
|
126785
126822
|
"description": "Title of the issue",
|
|
@@ -130504,7 +130541,12 @@
|
|
|
130504
130541
|
"description": "The reason for the current state",
|
|
130505
130542
|
"example": "not_planned",
|
|
130506
130543
|
"type": "string",
|
|
130507
|
-
"nullable": true
|
|
130544
|
+
"nullable": true,
|
|
130545
|
+
"enum": [
|
|
130546
|
+
"completed",
|
|
130547
|
+
"reopened",
|
|
130548
|
+
"not_planned"
|
|
130549
|
+
]
|
|
130508
130550
|
},
|
|
130509
130551
|
"title": {
|
|
130510
130552
|
"description": "Title of the issue",
|
|
@@ -133134,6 +133176,11 @@
|
|
|
133134
133176
|
},
|
|
133135
133177
|
"state_reason": {
|
|
133136
133178
|
"type": "string",
|
|
133179
|
+
"enum": [
|
|
133180
|
+
"completed",
|
|
133181
|
+
"not_planned",
|
|
133182
|
+
"reopened"
|
|
133183
|
+
],
|
|
133137
133184
|
"nullable": true,
|
|
133138
133185
|
"description": "The reason for the current state",
|
|
133139
133186
|
"example": "not_planned"
|
|
@@ -133263,7 +133310,12 @@
|
|
|
133263
133310
|
"description": "The reason for the current state",
|
|
133264
133311
|
"example": "not_planned",
|
|
133265
133312
|
"type": "string",
|
|
133266
|
-
"nullable": true
|
|
133313
|
+
"nullable": true,
|
|
133314
|
+
"enum": [
|
|
133315
|
+
"completed",
|
|
133316
|
+
"reopened",
|
|
133317
|
+
"not_planned"
|
|
133318
|
+
]
|
|
133267
133319
|
},
|
|
133268
133320
|
"title": {
|
|
133269
133321
|
"description": "Title of the issue",
|
|
@@ -136053,7 +136105,12 @@
|
|
|
136053
136105
|
"description": "The reason for the current state",
|
|
136054
136106
|
"example": "not_planned",
|
|
136055
136107
|
"type": "string",
|
|
136056
|
-
"nullable": true
|
|
136108
|
+
"nullable": true,
|
|
136109
|
+
"enum": [
|
|
136110
|
+
"completed",
|
|
136111
|
+
"reopened",
|
|
136112
|
+
"not_planned"
|
|
136113
|
+
]
|
|
136057
136114
|
},
|
|
136058
136115
|
"title": {
|
|
136059
136116
|
"description": "Title of the issue",
|
|
@@ -170881,7 +170938,12 @@
|
|
|
170881
170938
|
"description": "The reason for the current state",
|
|
170882
170939
|
"example": "not_planned",
|
|
170883
170940
|
"type": "string",
|
|
170884
|
-
"nullable": true
|
|
170941
|
+
"nullable": true,
|
|
170942
|
+
"enum": [
|
|
170943
|
+
"completed",
|
|
170944
|
+
"reopened",
|
|
170945
|
+
"not_planned"
|
|
170946
|
+
]
|
|
170885
170947
|
},
|
|
170886
170948
|
"title": {
|
|
170887
170949
|
"description": "Title of the issue",
|
|
@@ -188970,7 +189032,12 @@
|
|
|
188970
189032
|
"description": "The reason for the current state",
|
|
188971
189033
|
"example": "not_planned",
|
|
188972
189034
|
"type": "string",
|
|
188973
|
-
"nullable": true
|
|
189035
|
+
"nullable": true,
|
|
189036
|
+
"enum": [
|
|
189037
|
+
"completed",
|
|
189038
|
+
"reopened",
|
|
189039
|
+
"not_planned"
|
|
189040
|
+
]
|
|
188974
189041
|
},
|
|
188975
189042
|
"title": {
|
|
188976
189043
|
"description": "Title of the issue",
|
|
@@ -192102,7 +192169,12 @@
|
|
|
192102
192169
|
"description": "The reason for the current state",
|
|
192103
192170
|
"example": "not_planned",
|
|
192104
192171
|
"type": "string",
|
|
192105
|
-
"nullable": true
|
|
192172
|
+
"nullable": true,
|
|
192173
|
+
"enum": [
|
|
192174
|
+
"completed",
|
|
192175
|
+
"reopened",
|
|
192176
|
+
"not_planned"
|
|
192177
|
+
]
|
|
192106
192178
|
},
|
|
192107
192179
|
"title": {
|
|
192108
192180
|
"description": "Title of the issue",
|