@octokit/openapi 7.5.0 → 7.6.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 +466 -140
- package/generated/api.github.com.json +607 -28
- 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 +31 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -14
- package/generated/ghes-3.2.deref.json +319 -242
- package/generated/ghes-3.2.json +558 -26
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +187 -223
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +432 -10
- package/generated/ghes-3.3.deref.json +319 -242
- package/generated/ghes-3.3.json +558 -26
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +9 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +9 -1
- package/generated/ghes-3.4.deref.json +322 -228
- package/generated/ghes-3.4.json +566 -28
- 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 +45 -39
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +283 -15
- package/generated/ghes-3.5.deref.json +322 -228
- package/generated/ghes-3.5.json +566 -28
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +433 -88
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +17464 -6423
- package/generated/ghes-3.6-diff-to-api.github.com.json +4502 -2247
- package/generated/ghes-3.6.deref.json +406 -240
- package/generated/ghes-3.6.json +654 -40
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +318 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +15845 -8423
- package/generated/github.ae-diff-to-api.github.com.json +1168 -44
- package/generated/github.ae.deref.json +409 -163
- package/generated/github.ae.json +646 -35
- package/package.json +1 -1
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.6.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": {
|
|
@@ -9402,7 +9402,7 @@
|
|
|
9402
9402
|
"/organizations/{organization_id}/custom_roles": {
|
|
9403
9403
|
"get": {
|
|
9404
9404
|
"summary": "List custom repository roles in an organization",
|
|
9405
|
-
"description": "List the custom repository roles available in this organization. In order to see custom\nrepository roles in an organization, the authenticated user must be an organization owner.\n\nFor more information on custom repository roles, see \"[Managing custom repository roles for an organization](https://docs.github.com/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization)\".",
|
|
9405
|
+
"description": "List the custom repository roles available in this organization. In order to see custom\nrepository roles in an organization, the authenticated user must be an organization owner.\n\nTo use this endpoint the authenticated user must be an administrator for the organization or of an repository of the organizaiton and must use an access token with `admin:org repo` scope.\nGitHub Apps must have the `organization_custom_roles:read` organization permission to use this endpoint.\n\nFor more information on custom repository roles, see \"[Managing custom repository roles for an organization](https://docs.github.com/enterprise-server@3.4/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization)\".",
|
|
9406
9406
|
"tags": [
|
|
9407
9407
|
"orgs"
|
|
9408
9408
|
],
|
|
@@ -22473,6 +22473,11 @@
|
|
|
22473
22473
|
"application/json": {
|
|
22474
22474
|
"schema": {
|
|
22475
22475
|
"$ref": "#/components/schemas/branch-with-protection"
|
|
22476
|
+
},
|
|
22477
|
+
"examples": {
|
|
22478
|
+
"default": {
|
|
22479
|
+
"$ref": "#/components/examples/branch-get"
|
|
22480
|
+
}
|
|
22476
22481
|
}
|
|
22477
22482
|
}
|
|
22478
22483
|
}
|
|
@@ -22815,6 +22820,11 @@
|
|
|
22815
22820
|
"application/json": {
|
|
22816
22821
|
"schema": {
|
|
22817
22822
|
"$ref": "#/components/schemas/protected-branch"
|
|
22823
|
+
},
|
|
22824
|
+
"examples": {
|
|
22825
|
+
"default": {
|
|
22826
|
+
"$ref": "#/components/examples/branch-protection-update"
|
|
22827
|
+
}
|
|
22818
22828
|
}
|
|
22819
22829
|
}
|
|
22820
22830
|
}
|
|
@@ -23689,7 +23699,7 @@
|
|
|
23689
23699
|
"properties": {
|
|
23690
23700
|
"contexts": {
|
|
23691
23701
|
"type": "array",
|
|
23692
|
-
"description": "
|
|
23702
|
+
"description": "The name of the status checks",
|
|
23693
23703
|
"items": {
|
|
23694
23704
|
"type": "string"
|
|
23695
23705
|
}
|
|
@@ -23705,6 +23715,17 @@
|
|
|
23705
23715
|
}
|
|
23706
23716
|
}
|
|
23707
23717
|
]
|
|
23718
|
+
},
|
|
23719
|
+
"examples": {
|
|
23720
|
+
"default": {
|
|
23721
|
+
"summary": "Example adding status checks to a branch protection rule",
|
|
23722
|
+
"value": {
|
|
23723
|
+
"contexts": [
|
|
23724
|
+
"continuous-integration/travis-ci",
|
|
23725
|
+
"continuous-integration/jenkins"
|
|
23726
|
+
]
|
|
23727
|
+
}
|
|
23728
|
+
}
|
|
23708
23729
|
}
|
|
23709
23730
|
}
|
|
23710
23731
|
}
|
|
@@ -23783,7 +23804,7 @@
|
|
|
23783
23804
|
"properties": {
|
|
23784
23805
|
"contexts": {
|
|
23785
23806
|
"type": "array",
|
|
23786
|
-
"description": "
|
|
23807
|
+
"description": "The name of the status checks",
|
|
23787
23808
|
"items": {
|
|
23788
23809
|
"type": "string"
|
|
23789
23810
|
}
|
|
@@ -23799,6 +23820,16 @@
|
|
|
23799
23820
|
}
|
|
23800
23821
|
}
|
|
23801
23822
|
]
|
|
23823
|
+
},
|
|
23824
|
+
"examples": {
|
|
23825
|
+
"default": {
|
|
23826
|
+
"summary": "Example updating status checks for a branch protection rule",
|
|
23827
|
+
"value": {
|
|
23828
|
+
"contexts": [
|
|
23829
|
+
"continuous-integration/travis-ci"
|
|
23830
|
+
]
|
|
23831
|
+
}
|
|
23832
|
+
}
|
|
23802
23833
|
}
|
|
23803
23834
|
}
|
|
23804
23835
|
}
|
|
@@ -23872,7 +23903,7 @@
|
|
|
23872
23903
|
"properties": {
|
|
23873
23904
|
"contexts": {
|
|
23874
23905
|
"type": "array",
|
|
23875
|
-
"description": "
|
|
23906
|
+
"description": "The name of the status checks",
|
|
23876
23907
|
"items": {
|
|
23877
23908
|
"type": "string"
|
|
23878
23909
|
}
|
|
@@ -23888,6 +23919,16 @@
|
|
|
23888
23919
|
}
|
|
23889
23920
|
}
|
|
23890
23921
|
]
|
|
23922
|
+
},
|
|
23923
|
+
"examples": {
|
|
23924
|
+
"default": {
|
|
23925
|
+
"summary": "Example removing status checks from a branch protection rule",
|
|
23926
|
+
"value": {
|
|
23927
|
+
"contexts": [
|
|
23928
|
+
"continuous-integration/travis-ci"
|
|
23929
|
+
]
|
|
23930
|
+
}
|
|
23931
|
+
}
|
|
23891
23932
|
}
|
|
23892
23933
|
}
|
|
23893
23934
|
}
|
|
@@ -24413,7 +24454,7 @@
|
|
|
24413
24454
|
"properties": {
|
|
24414
24455
|
"teams": {
|
|
24415
24456
|
"type": "array",
|
|
24416
|
-
"description": "teams
|
|
24457
|
+
"description": "The slug values for teams",
|
|
24417
24458
|
"items": {
|
|
24418
24459
|
"type": "string"
|
|
24419
24460
|
}
|
|
@@ -24429,6 +24470,16 @@
|
|
|
24429
24470
|
}
|
|
24430
24471
|
}
|
|
24431
24472
|
]
|
|
24473
|
+
},
|
|
24474
|
+
"examples": {
|
|
24475
|
+
"default": {
|
|
24476
|
+
"summary": "Example adding a team in a branch protection rule",
|
|
24477
|
+
"value": {
|
|
24478
|
+
"teams": [
|
|
24479
|
+
"justice-league"
|
|
24480
|
+
]
|
|
24481
|
+
}
|
|
24482
|
+
}
|
|
24432
24483
|
}
|
|
24433
24484
|
}
|
|
24434
24485
|
}
|
|
@@ -24498,7 +24549,7 @@
|
|
|
24498
24549
|
"properties": {
|
|
24499
24550
|
"teams": {
|
|
24500
24551
|
"type": "array",
|
|
24501
|
-
"description": "teams
|
|
24552
|
+
"description": "The slug values for teams",
|
|
24502
24553
|
"items": {
|
|
24503
24554
|
"type": "string"
|
|
24504
24555
|
}
|
|
@@ -24509,11 +24560,21 @@
|
|
|
24509
24560
|
],
|
|
24510
24561
|
"example": {
|
|
24511
24562
|
"teams": [
|
|
24512
|
-
"
|
|
24563
|
+
"justice-league"
|
|
24513
24564
|
]
|
|
24514
24565
|
}
|
|
24515
24566
|
}
|
|
24516
24567
|
]
|
|
24568
|
+
},
|
|
24569
|
+
"examples": {
|
|
24570
|
+
"default": {
|
|
24571
|
+
"summary": "Example replacing a team in a branch protection rule",
|
|
24572
|
+
"value": {
|
|
24573
|
+
"teams": [
|
|
24574
|
+
"justice-league"
|
|
24575
|
+
]
|
|
24576
|
+
}
|
|
24577
|
+
}
|
|
24517
24578
|
}
|
|
24518
24579
|
}
|
|
24519
24580
|
}
|
|
@@ -24582,7 +24643,7 @@
|
|
|
24582
24643
|
"properties": {
|
|
24583
24644
|
"teams": {
|
|
24584
24645
|
"type": "array",
|
|
24585
|
-
"description": "teams
|
|
24646
|
+
"description": "The slug values for teams",
|
|
24586
24647
|
"items": {
|
|
24587
24648
|
"type": "string"
|
|
24588
24649
|
}
|
|
@@ -24598,6 +24659,16 @@
|
|
|
24598
24659
|
}
|
|
24599
24660
|
}
|
|
24600
24661
|
]
|
|
24662
|
+
},
|
|
24663
|
+
"examples": {
|
|
24664
|
+
"default": {
|
|
24665
|
+
"summary": "Example removing a team in a branch protection rule",
|
|
24666
|
+
"value": {
|
|
24667
|
+
"teams": [
|
|
24668
|
+
"justice-league"
|
|
24669
|
+
]
|
|
24670
|
+
}
|
|
24671
|
+
}
|
|
24601
24672
|
}
|
|
24602
24673
|
}
|
|
24603
24674
|
}
|
|
@@ -24722,7 +24793,7 @@
|
|
|
24722
24793
|
"properties": {
|
|
24723
24794
|
"users": {
|
|
24724
24795
|
"type": "array",
|
|
24725
|
-
"description": "users
|
|
24796
|
+
"description": "The username for users",
|
|
24726
24797
|
"items": {
|
|
24727
24798
|
"type": "string"
|
|
24728
24799
|
}
|
|
@@ -24738,6 +24809,16 @@
|
|
|
24738
24809
|
}
|
|
24739
24810
|
}
|
|
24740
24811
|
]
|
|
24812
|
+
},
|
|
24813
|
+
"examples": {
|
|
24814
|
+
"default": {
|
|
24815
|
+
"summary": "Example adding a user in a branch protection rule",
|
|
24816
|
+
"value": {
|
|
24817
|
+
"users": [
|
|
24818
|
+
"octocat"
|
|
24819
|
+
]
|
|
24820
|
+
}
|
|
24821
|
+
}
|
|
24741
24822
|
}
|
|
24742
24823
|
}
|
|
24743
24824
|
}
|
|
@@ -24807,7 +24888,7 @@
|
|
|
24807
24888
|
"properties": {
|
|
24808
24889
|
"users": {
|
|
24809
24890
|
"type": "array",
|
|
24810
|
-
"description": "users
|
|
24891
|
+
"description": "The username for users",
|
|
24811
24892
|
"items": {
|
|
24812
24893
|
"type": "string"
|
|
24813
24894
|
}
|
|
@@ -24823,6 +24904,16 @@
|
|
|
24823
24904
|
}
|
|
24824
24905
|
}
|
|
24825
24906
|
]
|
|
24907
|
+
},
|
|
24908
|
+
"examples": {
|
|
24909
|
+
"default": {
|
|
24910
|
+
"summary": "Example replacing a user in a branch protection rule",
|
|
24911
|
+
"value": {
|
|
24912
|
+
"users": [
|
|
24913
|
+
"octocat"
|
|
24914
|
+
]
|
|
24915
|
+
}
|
|
24916
|
+
}
|
|
24826
24917
|
}
|
|
24827
24918
|
}
|
|
24828
24919
|
}
|
|
@@ -24891,7 +24982,7 @@
|
|
|
24891
24982
|
"properties": {
|
|
24892
24983
|
"users": {
|
|
24893
24984
|
"type": "array",
|
|
24894
|
-
"description": "users
|
|
24985
|
+
"description": "The username for users",
|
|
24895
24986
|
"items": {
|
|
24896
24987
|
"type": "string"
|
|
24897
24988
|
}
|
|
@@ -24907,6 +24998,16 @@
|
|
|
24907
24998
|
}
|
|
24908
24999
|
}
|
|
24909
25000
|
]
|
|
25001
|
+
},
|
|
25002
|
+
"examples": {
|
|
25003
|
+
"default": {
|
|
25004
|
+
"summary": "Example removing a user in a branch protection rule",
|
|
25005
|
+
"value": {
|
|
25006
|
+
"users": [
|
|
25007
|
+
"octocat"
|
|
25008
|
+
]
|
|
25009
|
+
}
|
|
25010
|
+
}
|
|
24910
25011
|
}
|
|
24911
25012
|
}
|
|
24912
25013
|
}
|
|
@@ -26751,7 +26852,7 @@
|
|
|
26751
26852
|
},
|
|
26752
26853
|
"delete": {
|
|
26753
26854
|
"summary": "Delete a code scanning analysis from a repository",
|
|
26754
|
-
"description": "Deletes a specified code scanning analysis from a repository. For\nprivate repositories, you must use an access token with the `repo` scope. For public repositories,\nyou must use an access token with `public_repo` scope.\nGitHub Apps must have the `security_events` write permission to use this endpoint.\n\nYou can delete one analysis at a time.\nTo delete a series of analyses, start with the most recent analysis and work backwards.\nConceptually, the process is similar to the undo function in a text editor.\n\nWhen you list the analyses for a repository,\none or more will be identified as deletable in the response:\n\n```\n\"deletable\": true\n```\n\nAn analysis is deletable when it's the most recent in a set of analyses.\nTypically, a repository will have multiple sets of analyses\nfor each enabled code scanning tool,\nwhere a set is determined by a unique combination of analysis values:\n\n* `ref`\n* `tool`\n* `
|
|
26855
|
+
"description": "Deletes a specified code scanning analysis from a repository. For\nprivate repositories, you must use an access token with the `repo` scope. For public repositories,\nyou must use an access token with `public_repo` scope.\nGitHub Apps must have the `security_events` write permission to use this endpoint.\n\nYou can delete one analysis at a time.\nTo delete a series of analyses, start with the most recent analysis and work backwards.\nConceptually, the process is similar to the undo function in a text editor.\n\nWhen you list the analyses for a repository,\none or more will be identified as deletable in the response:\n\n```\n\"deletable\": true\n```\n\nAn analysis is deletable when it's the most recent in a set of analyses.\nTypically, a repository will have multiple sets of analyses\nfor each enabled code scanning tool,\nwhere a set is determined by a unique combination of analysis values:\n\n* `ref`\n* `tool`\n* `category`\n\nIf you attempt to delete an analysis that is not the most recent in a set,\nyou'll get a 400 response with the message:\n\n```\nAnalysis specified is not deletable.\n```\n\nThe response from a successful `DELETE` operation provides you with\ntwo alternative URLs for deleting the next analysis in the set:\n`next_analysis_url` and `confirm_delete_url`.\nUse the `next_analysis_url` URL if you want to avoid accidentally deleting the final analysis\nin a set. This is a useful option if you want to preserve at least one analysis\nfor the specified tool in your repository.\nUse the `confirm_delete_url` URL if you are content to remove all analyses for a tool.\nWhen you delete the last analysis in a set, the value of `next_analysis_url` and `confirm_delete_url`\nin the 200 response is `null`.\n\nAs an example of the deletion process,\nlet's imagine that you added a workflow that configured a particular code scanning tool\nto analyze the code in a repository. This tool has added 15 analyses:\n10 on the default branch, and another 5 on a topic branch.\nYou therefore have two separate sets of analyses for this tool.\nYou've now decided that you want to remove all of the analyses for the tool.\nTo do this you must make 15 separate deletion requests.\nTo start, you must find an analysis that's identified as deletable.\nEach set of analyses always has one that's identified as deletable.\nHaving found the deletable analysis for one of the two sets,\ndelete this analysis and then continue deleting the next analysis in the set until they're all deleted.\nThen repeat the process for the second set.\nThe procedure therefore consists of a nested loop:\n\n**Outer loop**:\n* List the analyses for the repository, filtered by tool.\n* Parse this list to find a deletable analysis. If found:\n\n **Inner loop**:\n * Delete the identified analysis.\n * Parse the response for the value of `confirm_delete_url` and, if found, use this in the next iteration.\n\nThe above process assumes that you want to remove all trace of the tool's analyses from the GitHub user interface, for the specified repository, and it therefore uses the `confirm_delete_url` value. Alternatively, you could use the `next_analysis_url` value, which would leave the last analysis in each set undeleted to avoid removing a tool's analysis entirely.",
|
|
26755
26856
|
"operationId": "code-scanning/delete-analysis",
|
|
26756
26857
|
"tags": [
|
|
26757
26858
|
"code-scanning"
|
|
@@ -28636,7 +28737,7 @@
|
|
|
28636
28737
|
"/repos/{owner}/{repo}/contents/{path}": {
|
|
28637
28738
|
"get": {
|
|
28638
28739
|
"summary": "Get repository content",
|
|
28639
|
-
"description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/enterprise-server@3.4/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/enterprise-server@3.4/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**
|
|
28740
|
+
"description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/enterprise-server@3.4/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/enterprise-server@3.4/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**Notes**:\n* To get a repository's contents recursively, you can [recursively get the tree](https://docs.github.com/enterprise-server@3.4/rest/reference/git#trees).\n* This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the [Git Trees\nAPI](https://docs.github.com/enterprise-server@3.4/rest/reference/git#get-a-tree).\n * Download URLs expire and are meant to be used just once. To ensure the download URL does not expire, please use the contents API to obtain a fresh download URL for each download. \n* This API supports files up to 1 megabyte in size.\n\n#### If the content is a directory\nThe response will be an array of objects, one object for each item in the directory.\nWhen listing the contents of a directory, submodules have their \"type\" specified as \"file\". Logically, the value\n_should_ be \"submodule\". This behavior exists in API v3 [for backwards compatibility purposes](https://git.io/v1YCW).\nIn the next major version of the API, the type will be returned as \"submodule\".\n\n#### If the content is a symlink \nIf the requested `:path` points to a symlink, and the symlink's target is a normal file in the repository, then the\nAPI responds with the content of the file (in the format shown in the example. Otherwise, the API responds with an object \ndescribing the symlink itself.\n\n#### If the content is a submodule\nThe `submodule_git_url` identifies the location of the submodule repository, and the `sha` identifies a specific\ncommit within the submodule repository. Git uses the given URL when cloning the submodule repository, and checks out\nthe submodule at that specific commit.\n\nIf the submodule repository is not hosted on github.com, the Git URLs (`git_url` and `_links[\"git\"]`) and the\ngithub.com URLs (`html_url` and `_links[\"html\"]`) will have null values.",
|
|
28640
28741
|
"tags": [
|
|
28641
28742
|
"repos"
|
|
28642
28743
|
],
|
|
@@ -32962,6 +33063,14 @@
|
|
|
32962
33063
|
]
|
|
32963
33064
|
}
|
|
32964
33065
|
}
|
|
33066
|
+
},
|
|
33067
|
+
"examples": {
|
|
33068
|
+
"default": {
|
|
33069
|
+
"summary": "Example request body",
|
|
33070
|
+
"value": {
|
|
33071
|
+
"permissions": "write"
|
|
33072
|
+
}
|
|
33073
|
+
}
|
|
32965
33074
|
}
|
|
32966
33075
|
}
|
|
32967
33076
|
}
|
|
@@ -34063,6 +34172,12 @@
|
|
|
34063
34172
|
"closed"
|
|
34064
34173
|
]
|
|
34065
34174
|
},
|
|
34175
|
+
"state_reason": {
|
|
34176
|
+
"type": "string",
|
|
34177
|
+
"nullable": true,
|
|
34178
|
+
"description": "The reason for the current state",
|
|
34179
|
+
"example": "not_planned"
|
|
34180
|
+
},
|
|
34066
34181
|
"milestone": {
|
|
34067
34182
|
"oneOf": [
|
|
34068
34183
|
{
|
|
@@ -53295,14 +53410,6 @@
|
|
|
53295
53410
|
"write"
|
|
53296
53411
|
]
|
|
53297
53412
|
},
|
|
53298
|
-
"organization_custom_roles": {
|
|
53299
|
-
"type": "string",
|
|
53300
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
53301
|
-
"enum": [
|
|
53302
|
-
"read",
|
|
53303
|
-
"write"
|
|
53304
|
-
]
|
|
53305
|
-
},
|
|
53306
53413
|
"deployments": {
|
|
53307
53414
|
"type": "string",
|
|
53308
53415
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -60847,6 +60954,263 @@
|
|
|
60847
60954
|
"parent"
|
|
60848
60955
|
]
|
|
60849
60956
|
},
|
|
60957
|
+
"team-organization": {
|
|
60958
|
+
"title": "Team Organization",
|
|
60959
|
+
"description": "Team Organization",
|
|
60960
|
+
"type": "object",
|
|
60961
|
+
"properties": {
|
|
60962
|
+
"login": {
|
|
60963
|
+
"type": "string",
|
|
60964
|
+
"example": "github"
|
|
60965
|
+
},
|
|
60966
|
+
"id": {
|
|
60967
|
+
"type": "integer",
|
|
60968
|
+
"example": 1
|
|
60969
|
+
},
|
|
60970
|
+
"node_id": {
|
|
60971
|
+
"type": "string",
|
|
60972
|
+
"example": "MDEyOk9yZ2FuaXphdGlvbjE="
|
|
60973
|
+
},
|
|
60974
|
+
"url": {
|
|
60975
|
+
"type": "string",
|
|
60976
|
+
"format": "uri",
|
|
60977
|
+
"example": "https://api.github.com/orgs/github"
|
|
60978
|
+
},
|
|
60979
|
+
"repos_url": {
|
|
60980
|
+
"type": "string",
|
|
60981
|
+
"format": "uri",
|
|
60982
|
+
"example": "https://api.github.com/orgs/github/repos"
|
|
60983
|
+
},
|
|
60984
|
+
"events_url": {
|
|
60985
|
+
"type": "string",
|
|
60986
|
+
"format": "uri",
|
|
60987
|
+
"example": "https://api.github.com/orgs/github/events"
|
|
60988
|
+
},
|
|
60989
|
+
"hooks_url": {
|
|
60990
|
+
"type": "string",
|
|
60991
|
+
"example": "https://api.github.com/orgs/github/hooks"
|
|
60992
|
+
},
|
|
60993
|
+
"issues_url": {
|
|
60994
|
+
"type": "string",
|
|
60995
|
+
"example": "https://api.github.com/orgs/github/issues"
|
|
60996
|
+
},
|
|
60997
|
+
"members_url": {
|
|
60998
|
+
"type": "string",
|
|
60999
|
+
"example": "https://api.github.com/orgs/github/members{/member}"
|
|
61000
|
+
},
|
|
61001
|
+
"public_members_url": {
|
|
61002
|
+
"type": "string",
|
|
61003
|
+
"example": "https://api.github.com/orgs/github/public_members{/member}"
|
|
61004
|
+
},
|
|
61005
|
+
"avatar_url": {
|
|
61006
|
+
"type": "string",
|
|
61007
|
+
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
61008
|
+
},
|
|
61009
|
+
"description": {
|
|
61010
|
+
"type": "string",
|
|
61011
|
+
"example": "A great organization",
|
|
61012
|
+
"nullable": true
|
|
61013
|
+
},
|
|
61014
|
+
"name": {
|
|
61015
|
+
"type": "string",
|
|
61016
|
+
"example": "github"
|
|
61017
|
+
},
|
|
61018
|
+
"company": {
|
|
61019
|
+
"type": "string",
|
|
61020
|
+
"example": "GitHub"
|
|
61021
|
+
},
|
|
61022
|
+
"blog": {
|
|
61023
|
+
"type": "string",
|
|
61024
|
+
"format": "uri",
|
|
61025
|
+
"example": "https://github.com/blog"
|
|
61026
|
+
},
|
|
61027
|
+
"location": {
|
|
61028
|
+
"type": "string",
|
|
61029
|
+
"example": "San Francisco"
|
|
61030
|
+
},
|
|
61031
|
+
"email": {
|
|
61032
|
+
"type": "string",
|
|
61033
|
+
"format": "email",
|
|
61034
|
+
"example": "octocat@github.com"
|
|
61035
|
+
},
|
|
61036
|
+
"twitter_username": {
|
|
61037
|
+
"type": "string",
|
|
61038
|
+
"example": "github",
|
|
61039
|
+
"nullable": true
|
|
61040
|
+
},
|
|
61041
|
+
"is_verified": {
|
|
61042
|
+
"type": "boolean",
|
|
61043
|
+
"example": true
|
|
61044
|
+
},
|
|
61045
|
+
"has_organization_projects": {
|
|
61046
|
+
"type": "boolean",
|
|
61047
|
+
"example": true
|
|
61048
|
+
},
|
|
61049
|
+
"has_repository_projects": {
|
|
61050
|
+
"type": "boolean",
|
|
61051
|
+
"example": true
|
|
61052
|
+
},
|
|
61053
|
+
"public_repos": {
|
|
61054
|
+
"type": "integer",
|
|
61055
|
+
"example": 2
|
|
61056
|
+
},
|
|
61057
|
+
"public_gists": {
|
|
61058
|
+
"type": "integer",
|
|
61059
|
+
"example": 1
|
|
61060
|
+
},
|
|
61061
|
+
"followers": {
|
|
61062
|
+
"type": "integer",
|
|
61063
|
+
"example": 20
|
|
61064
|
+
},
|
|
61065
|
+
"following": {
|
|
61066
|
+
"type": "integer",
|
|
61067
|
+
"example": 0
|
|
61068
|
+
},
|
|
61069
|
+
"html_url": {
|
|
61070
|
+
"type": "string",
|
|
61071
|
+
"format": "uri",
|
|
61072
|
+
"example": "https://github.com/octocat"
|
|
61073
|
+
},
|
|
61074
|
+
"created_at": {
|
|
61075
|
+
"type": "string",
|
|
61076
|
+
"format": "date-time",
|
|
61077
|
+
"example": "2008-01-14T04:33:35Z"
|
|
61078
|
+
},
|
|
61079
|
+
"type": {
|
|
61080
|
+
"type": "string",
|
|
61081
|
+
"example": "Organization"
|
|
61082
|
+
},
|
|
61083
|
+
"total_private_repos": {
|
|
61084
|
+
"type": "integer",
|
|
61085
|
+
"example": 100
|
|
61086
|
+
},
|
|
61087
|
+
"owned_private_repos": {
|
|
61088
|
+
"type": "integer",
|
|
61089
|
+
"example": 100
|
|
61090
|
+
},
|
|
61091
|
+
"private_gists": {
|
|
61092
|
+
"type": "integer",
|
|
61093
|
+
"example": 81,
|
|
61094
|
+
"nullable": true
|
|
61095
|
+
},
|
|
61096
|
+
"disk_usage": {
|
|
61097
|
+
"type": "integer",
|
|
61098
|
+
"example": 10000,
|
|
61099
|
+
"nullable": true
|
|
61100
|
+
},
|
|
61101
|
+
"collaborators": {
|
|
61102
|
+
"type": "integer",
|
|
61103
|
+
"example": 8,
|
|
61104
|
+
"nullable": true
|
|
61105
|
+
},
|
|
61106
|
+
"billing_email": {
|
|
61107
|
+
"type": "string",
|
|
61108
|
+
"format": "email",
|
|
61109
|
+
"example": "org@example.com",
|
|
61110
|
+
"nullable": true
|
|
61111
|
+
},
|
|
61112
|
+
"plan": {
|
|
61113
|
+
"type": "object",
|
|
61114
|
+
"properties": {
|
|
61115
|
+
"name": {
|
|
61116
|
+
"type": "string"
|
|
61117
|
+
},
|
|
61118
|
+
"space": {
|
|
61119
|
+
"type": "integer"
|
|
61120
|
+
},
|
|
61121
|
+
"private_repos": {
|
|
61122
|
+
"type": "integer"
|
|
61123
|
+
},
|
|
61124
|
+
"filled_seats": {
|
|
61125
|
+
"type": "integer"
|
|
61126
|
+
},
|
|
61127
|
+
"seats": {
|
|
61128
|
+
"type": "integer"
|
|
61129
|
+
}
|
|
61130
|
+
},
|
|
61131
|
+
"required": [
|
|
61132
|
+
"name",
|
|
61133
|
+
"space",
|
|
61134
|
+
"private_repos"
|
|
61135
|
+
]
|
|
61136
|
+
},
|
|
61137
|
+
"default_repository_permission": {
|
|
61138
|
+
"type": "string",
|
|
61139
|
+
"nullable": true
|
|
61140
|
+
},
|
|
61141
|
+
"members_can_create_repositories": {
|
|
61142
|
+
"type": "boolean",
|
|
61143
|
+
"example": true,
|
|
61144
|
+
"nullable": true
|
|
61145
|
+
},
|
|
61146
|
+
"two_factor_requirement_enabled": {
|
|
61147
|
+
"type": "boolean",
|
|
61148
|
+
"example": true,
|
|
61149
|
+
"nullable": true
|
|
61150
|
+
},
|
|
61151
|
+
"members_allowed_repository_creation_type": {
|
|
61152
|
+
"type": "string",
|
|
61153
|
+
"example": "all"
|
|
61154
|
+
},
|
|
61155
|
+
"members_can_create_public_repositories": {
|
|
61156
|
+
"type": "boolean",
|
|
61157
|
+
"example": true
|
|
61158
|
+
},
|
|
61159
|
+
"members_can_create_private_repositories": {
|
|
61160
|
+
"type": "boolean",
|
|
61161
|
+
"example": true
|
|
61162
|
+
},
|
|
61163
|
+
"members_can_create_internal_repositories": {
|
|
61164
|
+
"type": "boolean",
|
|
61165
|
+
"example": true
|
|
61166
|
+
},
|
|
61167
|
+
"members_can_create_pages": {
|
|
61168
|
+
"type": "boolean",
|
|
61169
|
+
"example": true
|
|
61170
|
+
},
|
|
61171
|
+
"members_can_create_public_pages": {
|
|
61172
|
+
"type": "boolean",
|
|
61173
|
+
"example": true
|
|
61174
|
+
},
|
|
61175
|
+
"members_can_create_private_pages": {
|
|
61176
|
+
"type": "boolean",
|
|
61177
|
+
"example": true
|
|
61178
|
+
},
|
|
61179
|
+
"members_can_fork_private_repositories": {
|
|
61180
|
+
"type": "boolean",
|
|
61181
|
+
"example": false,
|
|
61182
|
+
"nullable": true
|
|
61183
|
+
},
|
|
61184
|
+
"updated_at": {
|
|
61185
|
+
"type": "string",
|
|
61186
|
+
"format": "date-time"
|
|
61187
|
+
}
|
|
61188
|
+
},
|
|
61189
|
+
"required": [
|
|
61190
|
+
"login",
|
|
61191
|
+
"url",
|
|
61192
|
+
"id",
|
|
61193
|
+
"node_id",
|
|
61194
|
+
"repos_url",
|
|
61195
|
+
"events_url",
|
|
61196
|
+
"hooks_url",
|
|
61197
|
+
"issues_url",
|
|
61198
|
+
"members_url",
|
|
61199
|
+
"public_members_url",
|
|
61200
|
+
"avatar_url",
|
|
61201
|
+
"description",
|
|
61202
|
+
"html_url",
|
|
61203
|
+
"has_organization_projects",
|
|
61204
|
+
"has_repository_projects",
|
|
61205
|
+
"public_repos",
|
|
61206
|
+
"public_gists",
|
|
61207
|
+
"followers",
|
|
61208
|
+
"following",
|
|
61209
|
+
"type",
|
|
61210
|
+
"created_at",
|
|
61211
|
+
"updated_at"
|
|
61212
|
+
]
|
|
61213
|
+
},
|
|
60850
61214
|
"team-full": {
|
|
60851
61215
|
"title": "Full Team",
|
|
60852
61216
|
"description": "Groups of organization members that gives permissions on specified repositories.",
|
|
@@ -60931,7 +61295,7 @@
|
|
|
60931
61295
|
"example": "2017-08-17T12:37:15Z"
|
|
60932
61296
|
},
|
|
60933
61297
|
"organization": {
|
|
60934
|
-
"$ref": "#/components/schemas/organization
|
|
61298
|
+
"$ref": "#/components/schemas/team-organization"
|
|
60935
61299
|
},
|
|
60936
61300
|
"ldap_dn": {
|
|
60937
61301
|
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
|
|
@@ -85863,6 +86227,109 @@
|
|
|
85863
86227
|
}
|
|
85864
86228
|
]
|
|
85865
86229
|
},
|
|
86230
|
+
"branch-get": {
|
|
86231
|
+
"value": {
|
|
86232
|
+
"name": "main",
|
|
86233
|
+
"commit": {
|
|
86234
|
+
"sha": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
86235
|
+
"node_id": "MDY6Q29tbWl0MTI5NjI2OTo3ZmQxYTYwYjAxZjkxYjMxNGY1OTk1NWE0ZTRkNGU4MGQ4ZWRmMTFk",
|
|
86236
|
+
"commit": {
|
|
86237
|
+
"author": {
|
|
86238
|
+
"name": "The Octocat",
|
|
86239
|
+
"email": "octocat@nowhere.com",
|
|
86240
|
+
"date": "2012-03-06T23:06:50Z"
|
|
86241
|
+
},
|
|
86242
|
+
"committer": {
|
|
86243
|
+
"name": "The Octocat",
|
|
86244
|
+
"email": "octocat@nowhere.com",
|
|
86245
|
+
"date": "2012-03-06T23:06:50Z"
|
|
86246
|
+
},
|
|
86247
|
+
"message": "Merge pull request #6 from Spaceghost/patch-1\n\nNew line at end of file.",
|
|
86248
|
+
"tree": {
|
|
86249
|
+
"sha": "b4eecafa9be2f2006ce1b709d6857b07069b4608",
|
|
86250
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/trees/b4eecafa9be2f2006ce1b709d6857b07069b4608"
|
|
86251
|
+
},
|
|
86252
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
86253
|
+
"comment_count": 77,
|
|
86254
|
+
"verification": {
|
|
86255
|
+
"verified": false,
|
|
86256
|
+
"reason": "unsigned",
|
|
86257
|
+
"signature": null,
|
|
86258
|
+
"payload": null
|
|
86259
|
+
}
|
|
86260
|
+
},
|
|
86261
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
86262
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
86263
|
+
"comments_url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d/comments",
|
|
86264
|
+
"author": {
|
|
86265
|
+
"login": "octocat",
|
|
86266
|
+
"id": 583231,
|
|
86267
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
86268
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
86269
|
+
"gravatar_id": "",
|
|
86270
|
+
"url": "https://api.github.com/users/octocat",
|
|
86271
|
+
"html_url": "https://github.com/octocat",
|
|
86272
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
86273
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
86274
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
86275
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
86276
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
86277
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
86278
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
86279
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
86280
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
86281
|
+
"type": "User",
|
|
86282
|
+
"site_admin": false
|
|
86283
|
+
},
|
|
86284
|
+
"committer": {
|
|
86285
|
+
"login": "octocat",
|
|
86286
|
+
"id": 583231,
|
|
86287
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
86288
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
86289
|
+
"gravatar_id": "",
|
|
86290
|
+
"url": "https://api.github.com/users/octocat",
|
|
86291
|
+
"html_url": "https://github.com/octocat",
|
|
86292
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
86293
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
86294
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
86295
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
86296
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
86297
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
86298
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
86299
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
86300
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
86301
|
+
"type": "User",
|
|
86302
|
+
"site_admin": false
|
|
86303
|
+
},
|
|
86304
|
+
"parents": [
|
|
86305
|
+
{
|
|
86306
|
+
"sha": "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
86307
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
86308
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e"
|
|
86309
|
+
},
|
|
86310
|
+
{
|
|
86311
|
+
"sha": "762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
86312
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
86313
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/762941318ee16e59dabbacb1b4049eec22f0d303"
|
|
86314
|
+
}
|
|
86315
|
+
]
|
|
86316
|
+
},
|
|
86317
|
+
"_links": {
|
|
86318
|
+
"self": "https://api.github.com/repos/octocat/Hello-World/branches/main",
|
|
86319
|
+
"html": "https://github.com/octocat/Hello-World/tree/main"
|
|
86320
|
+
},
|
|
86321
|
+
"protected": false,
|
|
86322
|
+
"protection": {
|
|
86323
|
+
"enabled": false,
|
|
86324
|
+
"required_status_checks": {
|
|
86325
|
+
"enforcement_level": "off",
|
|
86326
|
+
"contexts": [],
|
|
86327
|
+
"checks": []
|
|
86328
|
+
}
|
|
86329
|
+
},
|
|
86330
|
+
"protection_url": "https://api.github.com/repos/octocat/Hello-World/branches/main/protection"
|
|
86331
|
+
}
|
|
86332
|
+
},
|
|
85866
86333
|
"branch-protection": {
|
|
85867
86334
|
"value": {
|
|
85868
86335
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection",
|
|
@@ -86059,6 +86526,71 @@
|
|
|
86059
86526
|
}
|
|
86060
86527
|
}
|
|
86061
86528
|
},
|
|
86529
|
+
"branch-protection-update": {
|
|
86530
|
+
"value": {
|
|
86531
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection",
|
|
86532
|
+
"required_status_checks": {
|
|
86533
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks",
|
|
86534
|
+
"strict": true,
|
|
86535
|
+
"contexts": [
|
|
86536
|
+
"continuous-integration/travis-ci"
|
|
86537
|
+
],
|
|
86538
|
+
"contexts_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks/contexts",
|
|
86539
|
+
"checks": [
|
|
86540
|
+
{
|
|
86541
|
+
"context": "continuous-integration/travis-ci",
|
|
86542
|
+
"app_id": null
|
|
86543
|
+
}
|
|
86544
|
+
]
|
|
86545
|
+
},
|
|
86546
|
+
"restrictions": {
|
|
86547
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions",
|
|
86548
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/users",
|
|
86549
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/teams",
|
|
86550
|
+
"apps_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/apps",
|
|
86551
|
+
"users": [],
|
|
86552
|
+
"teams": [],
|
|
86553
|
+
"apps": []
|
|
86554
|
+
},
|
|
86555
|
+
"required_pull_request_reviews": {
|
|
86556
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_pull_request_reviews",
|
|
86557
|
+
"dismiss_stale_reviews": true,
|
|
86558
|
+
"require_code_owner_reviews": true,
|
|
86559
|
+
"required_approving_review_count": 2,
|
|
86560
|
+
"dismissal_restrictions": {
|
|
86561
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions",
|
|
86562
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/users",
|
|
86563
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/teams",
|
|
86564
|
+
"users": [],
|
|
86565
|
+
"teams": [],
|
|
86566
|
+
"apps": []
|
|
86567
|
+
}
|
|
86568
|
+
},
|
|
86569
|
+
"required_signatures": {
|
|
86570
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_signatures",
|
|
86571
|
+
"enabled": false
|
|
86572
|
+
},
|
|
86573
|
+
"enforce_admins": {
|
|
86574
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/enforce_admins",
|
|
86575
|
+
"enabled": true
|
|
86576
|
+
},
|
|
86577
|
+
"required_linear_history": {
|
|
86578
|
+
"enabled": true
|
|
86579
|
+
},
|
|
86580
|
+
"allow_force_pushes": {
|
|
86581
|
+
"enabled": true
|
|
86582
|
+
},
|
|
86583
|
+
"allow_deletions": {
|
|
86584
|
+
"enabled": true
|
|
86585
|
+
},
|
|
86586
|
+
"block_creations": {
|
|
86587
|
+
"enabled": true
|
|
86588
|
+
},
|
|
86589
|
+
"required_conversation_resolution": {
|
|
86590
|
+
"enabled": true
|
|
86591
|
+
}
|
|
86592
|
+
}
|
|
86593
|
+
},
|
|
86062
86594
|
"protected-branch-admin-enforced-2": {
|
|
86063
86595
|
"value": {
|
|
86064
86596
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins",
|
|
@@ -87594,6 +88126,7 @@
|
|
|
87594
88126
|
"ref": "refs/heads/main",
|
|
87595
88127
|
"analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
87596
88128
|
"environment": "",
|
|
88129
|
+
"category": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
87597
88130
|
"state": "open",
|
|
87598
88131
|
"fixed_at": null,
|
|
87599
88132
|
"commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
|
|
@@ -90854,7 +91387,8 @@
|
|
|
90854
91387
|
"type": "User",
|
|
90855
91388
|
"site_admin": false
|
|
90856
91389
|
},
|
|
90857
|
-
"author_association": "COLLABORATOR"
|
|
91390
|
+
"author_association": "COLLABORATOR",
|
|
91391
|
+
"state_reason": "completed"
|
|
90858
91392
|
}
|
|
90859
91393
|
]
|
|
90860
91394
|
},
|
|
@@ -91014,7 +91548,8 @@
|
|
|
91014
91548
|
"type": "User",
|
|
91015
91549
|
"site_admin": false
|
|
91016
91550
|
},
|
|
91017
|
-
"author_association": "COLLABORATOR"
|
|
91551
|
+
"author_association": "COLLABORATOR",
|
|
91552
|
+
"state_reason": "completed"
|
|
91018
91553
|
}
|
|
91019
91554
|
},
|
|
91020
91555
|
"issue-comment-items": {
|
|
@@ -91250,7 +91785,8 @@
|
|
|
91250
91785
|
"closed_at": null,
|
|
91251
91786
|
"created_at": "2011-04-22T13:33:48Z",
|
|
91252
91787
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
91253
|
-
"author_association": "COLLABORATOR"
|
|
91788
|
+
"author_association": "COLLABORATOR",
|
|
91789
|
+
"state_reason": "completed"
|
|
91254
91790
|
}
|
|
91255
91791
|
}
|
|
91256
91792
|
]
|
|
@@ -91459,7 +91995,8 @@
|
|
|
91459
91995
|
"closed_at": null,
|
|
91460
91996
|
"created_at": "2011-04-22T13:33:48Z",
|
|
91461
91997
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
91462
|
-
"author_association": "COLLABORATOR"
|
|
91998
|
+
"author_association": "COLLABORATOR",
|
|
91999
|
+
"state_reason": "completed"
|
|
91463
92000
|
}
|
|
91464
92001
|
}
|
|
91465
92002
|
},
|
|
@@ -95683,7 +96220,8 @@
|
|
|
95683
96220
|
"body": "...",
|
|
95684
96221
|
"score": 1,
|
|
95685
96222
|
"locked": true,
|
|
95686
|
-
"author_association": "COLLABORATOR"
|
|
96223
|
+
"author_association": "COLLABORATOR",
|
|
96224
|
+
"state_reason": "completed"
|
|
95687
96225
|
}
|
|
95688
96226
|
]
|
|
95689
96227
|
}
|