Skip to content

Commit f92bb1a

Browse files
authored
Merge pull request #15213 from github/repo-sync
repo sync
2 parents 456e060 + 6a9076c commit f92bb1a

File tree

14 files changed

+3082
-79
lines changed

14 files changed

+3082
-79
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@ jobs:
4747
- name: Check out repo
4848
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
4949
with:
50+
lfs: true
5051
# Enables cloning the Early Access repo later with the relevant PAT
5152
persist-credentials: 'false'
5253

54+
- name: Checkout LFS objects
55+
run: git lfs checkout
56+
5357
- name: Gather files changed
5458
uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b
5559
id: get_diff_files

lib/rest/static/decorated/api.github.com.json

Lines changed: 167 additions & 9 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-3.0.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25494,17 +25494,16 @@
2549425494
},
2549525495
"permission": {
2549625496
"type": "string",
25497-
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.<br>\n* <code>admin</code> - team members can pull, push and administer newly-added repositories.</p>",
25497+
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.</p>",
2549825498
"enum": [
2549925499
"pull",
25500-
"push",
25501-
"admin"
25500+
"push"
2550225501
],
2550325502
"default": "pull",
2550425503
"name": "permission",
2550525504
"in": "body",
2550625505
"rawType": "string",
25507-
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories. \n\\* `admin` - team members can pull, push and administer newly-added repositories.",
25506+
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories.",
2550825507
"childParamsGroups": []
2550925508
},
2551025509
"parent_team_id": {
@@ -25533,7 +25532,7 @@
2553325532
"example": {
2553425533
"name": "Justice League",
2553525534
"description": "A great team",
25536-
"permission": "admin",
25535+
"permission": "push",
2553725536
"privacy": "closed"
2553825537
}
2553925538
}
@@ -25609,17 +25608,16 @@
2560925608
},
2561025609
{
2561125610
"type": "string",
25612-
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.<br>\n* <code>admin</code> - team members can pull, push and administer newly-added repositories.</p>",
25611+
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.</p>",
2561325612
"enum": [
2561425613
"pull",
25615-
"push",
25616-
"admin"
25614+
"push"
2561725615
],
2561825616
"default": "pull",
2561925617
"name": "permission",
2562025618
"in": "body",
2562125619
"rawType": "string",
25622-
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories. \n\\* `admin` - team members can pull, push and administer newly-added repositories.",
25620+
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories.",
2562325621
"childParamsGroups": []
2562425622
},
2562525623
{

lib/rest/static/decorated/ghes-3.1.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25494,17 +25494,16 @@
2549425494
},
2549525495
"permission": {
2549625496
"type": "string",
25497-
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.<br>\n* <code>admin</code> - team members can pull, push and administer newly-added repositories.</p>",
25497+
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.</p>",
2549825498
"enum": [
2549925499
"pull",
25500-
"push",
25501-
"admin"
25500+
"push"
2550225501
],
2550325502
"default": "pull",
2550425503
"name": "permission",
2550525504
"in": "body",
2550625505
"rawType": "string",
25507-
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories. \n\\* `admin` - team members can pull, push and administer newly-added repositories.",
25506+
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories.",
2550825507
"childParamsGroups": []
2550925508
},
2551025509
"parent_team_id": {
@@ -25533,7 +25532,7 @@
2553325532
"example": {
2553425533
"name": "Justice League",
2553525534
"description": "A great team",
25536-
"permission": "admin",
25535+
"permission": "push",
2553725536
"privacy": "closed"
2553825537
}
2553925538
}
@@ -25609,17 +25608,16 @@
2560925608
},
2561025609
{
2561125610
"type": "string",
25612-
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.<br>\n* <code>admin</code> - team members can pull, push and administer newly-added repositories.</p>",
25611+
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.</p>",
2561325612
"enum": [
2561425613
"pull",
25615-
"push",
25616-
"admin"
25614+
"push"
2561725615
],
2561825616
"default": "pull",
2561925617
"name": "permission",
2562025618
"in": "body",
2562125619
"rawType": "string",
25622-
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories. \n\\* `admin` - team members can pull, push and administer newly-added repositories.",
25620+
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories.",
2562325621
"childParamsGroups": []
2562425622
},
2562525623
{

lib/rest/static/decorated/ghes-3.2.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25997,17 +25997,16 @@
2599725997
},
2599825998
"permission": {
2599925999
"type": "string",
26000-
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.<br>\n* <code>admin</code> - team members can pull, push and administer newly-added repositories.</p>",
26000+
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.</p>",
2600126001
"enum": [
2600226002
"pull",
26003-
"push",
26004-
"admin"
26003+
"push"
2600526004
],
2600626005
"default": "pull",
2600726006
"name": "permission",
2600826007
"in": "body",
2600926008
"rawType": "string",
26010-
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories. \n\\* `admin` - team members can pull, push and administer newly-added repositories.",
26009+
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories.",
2601126010
"childParamsGroups": []
2601226011
},
2601326012
"parent_team_id": {
@@ -26036,7 +26035,7 @@
2603626035
"example": {
2603726036
"name": "Justice League",
2603826037
"description": "A great team",
26039-
"permission": "admin",
26038+
"permission": "push",
2604026039
"privacy": "closed"
2604126040
}
2604226041
}
@@ -26112,17 +26111,16 @@
2611226111
},
2611326112
{
2611426113
"type": "string",
26115-
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.<br>\n* <code>admin</code> - team members can pull, push and administer newly-added repositories.</p>",
26114+
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.</p>",
2611626115
"enum": [
2611726116
"pull",
26118-
"push",
26119-
"admin"
26117+
"push"
2612026118
],
2612126119
"default": "pull",
2612226120
"name": "permission",
2612326121
"in": "body",
2612426122
"rawType": "string",
26125-
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories. \n\\* `admin` - team members can pull, push and administer newly-added repositories.",
26123+
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories.",
2612626124
"childParamsGroups": []
2612726125
},
2612826126
{

lib/rest/static/decorated/ghes-3.3.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26107,17 +26107,16 @@
2610726107
},
2610826108
"permission": {
2610926109
"type": "string",
26110-
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.<br>\n* <code>admin</code> - team members can pull, push and administer newly-added repositories.</p>",
26110+
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.</p>",
2611126111
"enum": [
2611226112
"pull",
26113-
"push",
26114-
"admin"
26113+
"push"
2611526114
],
2611626115
"default": "pull",
2611726116
"name": "permission",
2611826117
"in": "body",
2611926118
"rawType": "string",
26120-
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories. \n\\* `admin` - team members can pull, push and administer newly-added repositories.",
26119+
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories.",
2612126120
"childParamsGroups": []
2612226121
},
2612326122
"parent_team_id": {
@@ -26146,7 +26145,7 @@
2614626145
"example": {
2614726146
"name": "Justice League",
2614826147
"description": "A great team",
26149-
"permission": "admin",
26148+
"permission": "push",
2615026149
"privacy": "closed"
2615126150
}
2615226151
}
@@ -26222,17 +26221,16 @@
2622226221
},
2622326222
{
2622426223
"type": "string",
26225-
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.<br>\n* <code>admin</code> - team members can pull, push and administer newly-added repositories.</p>",
26224+
"description": "<p><strong>Deprecated</strong>. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br>\n* <code>pull</code> - team members can pull, but not push to or administer newly-added repositories.<br>\n* <code>push</code> - team members can pull and push, but not administer newly-added repositories.</p>",
2622626225
"enum": [
2622726226
"pull",
26228-
"push",
26229-
"admin"
26227+
"push"
2623026228
],
2623126229
"default": "pull",
2623226230
"name": "permission",
2623326231
"in": "body",
2623426232
"rawType": "string",
26235-
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories. \n\\* `admin` - team members can pull, push and administer newly-added repositories.",
26233+
"rawDescription": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of: \n\\* `pull` - team members can pull, but not push to or administer newly-added repositories. \n\\* `push` - team members can pull and push, but not administer newly-added repositories.",
2623626234
"childParamsGroups": []
2623726235
},
2623826236
{

0 commit comments

Comments
 (0)