@octokit/openapi 7.9.0 → 7.11.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 +2604 -719
- package/generated/api.github.com.json +539 -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 +8 -6
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +8 -6
- package/generated/ghes-3.2.deref.json +745 -128
- package/generated/ghes-3.2.json +35 -8
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +21 -0
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +615 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +25 -1
- package/generated/ghes-3.3.deref.json +910 -293
- package/generated/ghes-3.3.json +35 -8
- 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 +750 -128
- package/generated/ghes-3.4.json +37 -10
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +21 -0
- 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 +753 -132
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +32 -6
- package/generated/ghes-3.5.deref.json +915 -293
- package/generated/ghes-3.5.json +37 -10
- 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 +1236 -419
- package/generated/ghes-3.6.json +142 -21
- 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 +1001 -288
- package/generated/github.ae.json +127 -14
- package/package.json +1 -6
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.11.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",
|
|
@@ -16619,6 +16626,21 @@
|
|
|
16619
16626
|
}
|
|
16620
16627
|
},
|
|
16621
16628
|
"responses": {
|
|
16629
|
+
"200": {
|
|
16630
|
+
"description": "Response when the updated information already exists",
|
|
16631
|
+
"content": {
|
|
16632
|
+
"application/json": {
|
|
16633
|
+
"schema": {
|
|
16634
|
+
"$ref": "#/components/schemas/team-full"
|
|
16635
|
+
},
|
|
16636
|
+
"examples": {
|
|
16637
|
+
"default": {
|
|
16638
|
+
"$ref": "#/components/examples/team-full"
|
|
16639
|
+
}
|
|
16640
|
+
}
|
|
16641
|
+
}
|
|
16642
|
+
}
|
|
16643
|
+
},
|
|
16622
16644
|
"201": {
|
|
16623
16645
|
"description": "Response",
|
|
16624
16646
|
"content": {
|
|
@@ -16633,6 +16655,15 @@
|
|
|
16633
16655
|
}
|
|
16634
16656
|
}
|
|
16635
16657
|
}
|
|
16658
|
+
},
|
|
16659
|
+
"403": {
|
|
16660
|
+
"$ref": "#/components/responses/forbidden"
|
|
16661
|
+
},
|
|
16662
|
+
"404": {
|
|
16663
|
+
"$ref": "#/components/responses/not_found"
|
|
16664
|
+
},
|
|
16665
|
+
"422": {
|
|
16666
|
+
"$ref": "#/components/responses/validation_failed"
|
|
16636
16667
|
}
|
|
16637
16668
|
},
|
|
16638
16669
|
"x-github": {
|
|
@@ -20306,8 +20337,9 @@
|
|
|
20306
20337
|
},
|
|
20307
20338
|
"use_squash_pr_title_as_default": {
|
|
20308
20339
|
"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
|
|
20340
|
+
"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.",
|
|
20341
|
+
"default": false,
|
|
20342
|
+
"deprecated": true
|
|
20311
20343
|
},
|
|
20312
20344
|
"squash_merge_commit_title": {
|
|
20313
20345
|
"type": "string",
|
|
@@ -23568,7 +23600,7 @@
|
|
|
23568
23600
|
},
|
|
23569
23601
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
23570
23602
|
"get": {
|
|
23571
|
-
"summary": "List workflow runs",
|
|
23603
|
+
"summary": "List workflow runs for a workflow",
|
|
23572
23604
|
"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.",
|
|
23573
23605
|
"tags": [
|
|
23574
23606
|
"actions"
|
|
@@ -30398,6 +30430,7 @@
|
|
|
30398
30430
|
"description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
|
|
30399
30431
|
"in": "path",
|
|
30400
30432
|
"required": true,
|
|
30433
|
+
"x-multi-segment": true,
|
|
30401
30434
|
"schema": {
|
|
30402
30435
|
"type": "string"
|
|
30403
30436
|
}
|
|
@@ -30758,7 +30791,7 @@
|
|
|
30758
30791
|
},
|
|
30759
30792
|
"sha": {
|
|
30760
30793
|
"type": "string",
|
|
30761
|
-
"description": "The blob SHA of the file being
|
|
30794
|
+
"description": "The blob SHA of the file being deleted."
|
|
30762
30795
|
},
|
|
30763
30796
|
"branch": {
|
|
30764
30797
|
"type": "string",
|
|
@@ -33806,7 +33839,7 @@
|
|
|
33806
33839
|
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
|
|
33807
33840
|
"get": {
|
|
33808
33841
|
"summary": "Get a tree",
|
|
33809
|
-
"description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
|
|
33842
|
+
"description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
|
|
33810
33843
|
"tags": [
|
|
33811
33844
|
"git"
|
|
33812
33845
|
],
|
|
@@ -54507,6 +54540,70 @@
|
|
|
54507
54540
|
}
|
|
54508
54541
|
}
|
|
54509
54542
|
},
|
|
54543
|
+
"/orgs/{org}/custom_roles": {
|
|
54544
|
+
"post": {
|
|
54545
|
+
"summary": "Create a custom role",
|
|
54546
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54547
|
+
"tags": [
|
|
54548
|
+
"orgs"
|
|
54549
|
+
],
|
|
54550
|
+
"operationId": "orgs/create-custom-role",
|
|
54551
|
+
"externalDocs": {
|
|
54552
|
+
"description": "API method documentation",
|
|
54553
|
+
"url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
|
|
54554
|
+
},
|
|
54555
|
+
"x-octokit": {
|
|
54556
|
+
"api.github.com": "removed"
|
|
54557
|
+
},
|
|
54558
|
+
"responses": {
|
|
54559
|
+
"501": {
|
|
54560
|
+
"description": "Not Implemented"
|
|
54561
|
+
}
|
|
54562
|
+
}
|
|
54563
|
+
}
|
|
54564
|
+
},
|
|
54565
|
+
"/orgs/{org}/custom_roles/{role_id}": {
|
|
54566
|
+
"delete": {
|
|
54567
|
+
"summary": "Delete a custom role",
|
|
54568
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54569
|
+
"tags": [
|
|
54570
|
+
"orgs"
|
|
54571
|
+
],
|
|
54572
|
+
"operationId": "orgs/delete-custom-role",
|
|
54573
|
+
"externalDocs": {
|
|
54574
|
+
"description": "API method documentation",
|
|
54575
|
+
"url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
|
|
54576
|
+
},
|
|
54577
|
+
"x-octokit": {
|
|
54578
|
+
"api.github.com": "removed"
|
|
54579
|
+
},
|
|
54580
|
+
"responses": {
|
|
54581
|
+
"501": {
|
|
54582
|
+
"description": "Not Implemented"
|
|
54583
|
+
}
|
|
54584
|
+
}
|
|
54585
|
+
},
|
|
54586
|
+
"patch": {
|
|
54587
|
+
"summary": "Update a custom role",
|
|
54588
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54589
|
+
"tags": [
|
|
54590
|
+
"orgs"
|
|
54591
|
+
],
|
|
54592
|
+
"operationId": "orgs/update-custom-role",
|
|
54593
|
+
"externalDocs": {
|
|
54594
|
+
"description": "API method documentation",
|
|
54595
|
+
"url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
|
|
54596
|
+
},
|
|
54597
|
+
"x-octokit": {
|
|
54598
|
+
"api.github.com": "removed"
|
|
54599
|
+
},
|
|
54600
|
+
"responses": {
|
|
54601
|
+
"501": {
|
|
54602
|
+
"description": "Not Implemented"
|
|
54603
|
+
}
|
|
54604
|
+
}
|
|
54605
|
+
}
|
|
54606
|
+
},
|
|
54510
54607
|
"/orgs/{org}/external-group/{group_id}": {
|
|
54511
54608
|
"get": {
|
|
54512
54609
|
"summary": "Get an external group",
|
|
@@ -54573,6 +54670,28 @@
|
|
|
54573
54670
|
}
|
|
54574
54671
|
}
|
|
54575
54672
|
},
|
|
54673
|
+
"/orgs/{org}/fine_grained_permissions": {
|
|
54674
|
+
"get": {
|
|
54675
|
+
"summary": "List fine-grained permissions for an organization",
|
|
54676
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54677
|
+
"tags": [
|
|
54678
|
+
"orgs"
|
|
54679
|
+
],
|
|
54680
|
+
"operationId": "orgs/list-fine-grained-permissions",
|
|
54681
|
+
"externalDocs": {
|
|
54682
|
+
"description": "API method documentation",
|
|
54683
|
+
"url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
|
|
54684
|
+
},
|
|
54685
|
+
"x-octokit": {
|
|
54686
|
+
"api.github.com": "removed"
|
|
54687
|
+
},
|
|
54688
|
+
"responses": {
|
|
54689
|
+
"501": {
|
|
54690
|
+
"description": "Not Implemented"
|
|
54691
|
+
}
|
|
54692
|
+
}
|
|
54693
|
+
}
|
|
54694
|
+
},
|
|
54576
54695
|
"/orgs/{org}/interaction-limits": {
|
|
54577
54696
|
"get": {
|
|
54578
54697
|
"summary": "Get interaction restrictions for an organization",
|
|
@@ -54939,7 +55058,7 @@
|
|
|
54939
55058
|
},
|
|
54940
55059
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions": {
|
|
54941
55060
|
"get": {
|
|
54942
|
-
"summary": "
|
|
55061
|
+
"summary": "List package versions for a package owned by an organization",
|
|
54943
55062
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54944
55063
|
"tags": [
|
|
54945
55064
|
"packages"
|
|
@@ -54947,7 +55066,7 @@
|
|
|
54947
55066
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-org",
|
|
54948
55067
|
"externalDocs": {
|
|
54949
55068
|
"description": "API method documentation",
|
|
54950
|
-
"url": "https://docs.github.com/rest/
|
|
55069
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
|
|
54951
55070
|
},
|
|
54952
55071
|
"x-octokit": {
|
|
54953
55072
|
"api.github.com": "removed"
|
|
@@ -57422,7 +57541,7 @@
|
|
|
57422
57541
|
},
|
|
57423
57542
|
"/user/packages/{package_type}/{package_name}/versions": {
|
|
57424
57543
|
"get": {
|
|
57425
|
-
"summary": "
|
|
57544
|
+
"summary": "List package versions for a package owned by the authenticated user",
|
|
57426
57545
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
57427
57546
|
"tags": [
|
|
57428
57547
|
"packages"
|
|
@@ -57430,7 +57549,7 @@
|
|
|
57430
57549
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
|
|
57431
57550
|
"externalDocs": {
|
|
57432
57551
|
"description": "API method documentation",
|
|
57433
|
-
"url": "https://docs.github.com/rest/
|
|
57552
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
|
|
57434
57553
|
},
|
|
57435
57554
|
"x-octokit": {
|
|
57436
57555
|
"api.github.com": "removed"
|
|
@@ -57678,7 +57797,7 @@
|
|
|
57678
57797
|
},
|
|
57679
57798
|
"/users/{username}/packages/{package_type}/{package_name}/versions": {
|
|
57680
57799
|
"get": {
|
|
57681
|
-
"summary": "
|
|
57800
|
+
"summary": "List package versions for a package owned by a user",
|
|
57682
57801
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
57683
57802
|
"tags": [
|
|
57684
57803
|
"packages"
|
|
@@ -57686,7 +57805,7 @@
|
|
|
57686
57805
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-user",
|
|
57687
57806
|
"externalDocs": {
|
|
57688
57807
|
"description": "API method documentation",
|
|
57689
|
-
"url": "https://docs.github.com/rest/
|
|
57808
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
|
|
57690
57809
|
},
|
|
57691
57810
|
"x-octokit": {
|
|
57692
57811
|
"api.github.com": "removed"
|
|
@@ -60863,8 +60982,9 @@
|
|
|
60863
60982
|
},
|
|
60864
60983
|
"use_squash_pr_title_as_default": {
|
|
60865
60984
|
"type": "boolean",
|
|
60866
|
-
"description": "Whether a squash merge commit can use the pull request title as default.",
|
|
60867
|
-
"default": false
|
|
60985
|
+
"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.",
|
|
60986
|
+
"default": false,
|
|
60987
|
+
"deprecated": true
|
|
60868
60988
|
},
|
|
60869
60989
|
"squash_merge_commit_title": {
|
|
60870
60990
|
"type": "string",
|
|
@@ -64970,8 +65090,9 @@
|
|
|
64970
65090
|
},
|
|
64971
65091
|
"use_squash_pr_title_as_default": {
|
|
64972
65092
|
"type": "boolean",
|
|
64973
|
-
"description": "Whether a squash merge commit can use the pull request title as default.",
|
|
64974
|
-
"default": false
|
|
65093
|
+
"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.",
|
|
65094
|
+
"default": false,
|
|
65095
|
+
"deprecated": true
|
|
64975
65096
|
},
|
|
64976
65097
|
"squash_merge_commit_title": {
|
|
64977
65098
|
"type": "string",
|
|
@@ -87785,7 +87906,7 @@
|
|
|
87785
87906
|
}
|
|
87786
87907
|
]
|
|
87787
87908
|
},
|
|
87788
|
-
"organization-custom-repository-role-example
|
|
87909
|
+
"organization-custom-repository-role-example": {
|
|
87789
87910
|
"value": {
|
|
87790
87911
|
"total_count": 2,
|
|
87791
87912
|
"custom_roles": [
|
|
@@ -11861,6 +11861,13 @@
|
|
|
11861
11861
|
"/orgs/{org}/credential-authorizations/{credential_id}": [
|
|
11862
11862
|
"delete"
|
|
11863
11863
|
],
|
|
11864
|
+
"/orgs/{org}/custom_roles": [
|
|
11865
|
+
"post"
|
|
11866
|
+
],
|
|
11867
|
+
"/orgs/{org}/custom_roles/{role_id}": [
|
|
11868
|
+
"delete",
|
|
11869
|
+
"patch"
|
|
11870
|
+
],
|
|
11864
11871
|
"/orgs/{org}/dependabot/secrets": [
|
|
11865
11872
|
"get"
|
|
11866
11873
|
],
|
|
@@ -11886,6 +11893,9 @@
|
|
|
11886
11893
|
"/orgs/{org}/failed_invitations": [
|
|
11887
11894
|
"get"
|
|
11888
11895
|
],
|
|
11896
|
+
"/orgs/{org}/fine_grained_permissions": [
|
|
11897
|
+
"get"
|
|
11898
|
+
],
|
|
11889
11899
|
"/orgs/{org}/interaction-limits": [
|
|
11890
11900
|
"get",
|
|
11891
11901
|
"put",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.11.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": {
|
|
@@ -41676,8 +41676,9 @@
|
|
|
41676
41676
|
},
|
|
41677
41677
|
"use_squash_pr_title_as_default": {
|
|
41678
41678
|
"type": "boolean",
|
|
41679
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
41680
|
-
"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
|
|
41681
41682
|
},
|
|
41682
41683
|
"squash_merge_commit_title": {
|
|
41683
41684
|
"type": "string",
|
|
@@ -52468,8 +52469,9 @@
|
|
|
52468
52469
|
},
|
|
52469
52470
|
"use_squash_pr_title_as_default": {
|
|
52470
52471
|
"type": "boolean",
|
|
52471
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
52472
|
-
"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
|
|
52473
52475
|
},
|
|
52474
52476
|
"squash_merge_commit_title": {
|
|
52475
52477
|
"type": "string",
|
|
@@ -72907,7 +72909,7 @@
|
|
|
72907
72909
|
},
|
|
72908
72910
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
72909
72911
|
"get": {
|
|
72910
|
-
"summary": "List workflow runs",
|
|
72912
|
+
"summary": "List workflow runs for a workflow",
|
|
72911
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.",
|
|
72912
72914
|
"tags": [
|
|
72913
72915
|
"actions"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.11.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": {
|
|
@@ -5118,8 +5118,9 @@
|
|
|
5118
5118
|
},
|
|
5119
5119
|
"use_squash_pr_title_as_default": {
|
|
5120
5120
|
"type": "boolean",
|
|
5121
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
5122
|
-
"default": false
|
|
5121
|
+
"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.",
|
|
5122
|
+
"default": false,
|
|
5123
|
+
"deprecated": true
|
|
5123
5124
|
},
|
|
5124
5125
|
"squash_merge_commit_title": {
|
|
5125
5126
|
"type": "string",
|
|
@@ -5619,8 +5620,9 @@
|
|
|
5619
5620
|
},
|
|
5620
5621
|
"use_squash_pr_title_as_default": {
|
|
5621
5622
|
"type": "boolean",
|
|
5622
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
5623
|
-
"default": false
|
|
5623
|
+
"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.",
|
|
5624
|
+
"default": false,
|
|
5625
|
+
"deprecated": true
|
|
5624
5626
|
},
|
|
5625
5627
|
"squash_merge_commit_title": {
|
|
5626
5628
|
"type": "string",
|
|
@@ -6125,7 +6127,7 @@
|
|
|
6125
6127
|
},
|
|
6126
6128
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
6127
6129
|
"get": {
|
|
6128
|
-
"summary": "List workflow runs",
|
|
6130
|
+
"summary": "List workflow runs for a workflow",
|
|
6129
6131
|
"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.",
|
|
6130
6132
|
"tags": [
|
|
6131
6133
|
"actions"
|