Skip to content

Commit

Permalink
Merge pull request #16228 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Mar 14, 2022
2 parents 2f88a09 + 856c2d7 commit 46cd88e
Show file tree
Hide file tree
Showing 13 changed files with 397 additions and 335 deletions.
8 changes: 4 additions & 4 deletions lib/rest/static/apps/enabled-for-apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"slug": "get-allowed-actions-for-an-organization",
"slug": "get-allowed-actions-and-workflows-for-an-organization",
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"slug": "set-allowed-actions-for-an-organization",
"slug": "set-allowed-actions-and-workflows-for-an-organization",
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
Expand Down Expand Up @@ -267,12 +267,12 @@
"requestPath": "/repos/{owner}/{repo}/actions/permissions/access"
},
{
"slug": "get-allowed-actions-for-a-repository",
"slug": "get-allowed-actions-and-workflows-for-a-repository",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"slug": "set-allowed-actions-for-a-repository",
"slug": "set-allowed-actions-and-workflows-for-a-repository",
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
Expand Down
192 changes: 92 additions & 100 deletions lib/rest/static/decorated/api.github.com.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/rest/static/decorated/ghes-3.1.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/rest/static/decorated/ghes-3.2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/rest/static/decorated/ghes-3.3.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/rest/static/decorated/ghes-3.4.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions lib/rest/static/decorated/github.ae.json

Large diffs are not rendered by default.

198 changes: 141 additions & 57 deletions lib/rest/static/dereferenced/api.github.com.deref.json

Large diffs are not rendered by default.

55 changes: 14 additions & 41 deletions lib/rest/static/dereferenced/ghes-3.1.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -110852,11 +110852,6 @@
"type": "string",
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"node_id": {
"type": "string",
"example": "MDg6Q2hlY2tSdW40"
Expand Down Expand Up @@ -114580,11 +114575,6 @@
"description": "The auto incrementing run number for the workflow run.",
"example": 106
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"event": {
"type": "string",
"example": "push"
Expand Down Expand Up @@ -114717,11 +114707,6 @@
"type": "string",
"format": "date-time"
},
"run_started_at": {
"type": "string",
"format": "date-time",
"description": "The start time of the latest run. Resets on re-run."
},
"jobs_url": {
"description": "The URL to the jobs for the workflow run.",
"type": "string",
Expand Down Expand Up @@ -118184,6 +118169,8 @@
"id": 30433642,
"name": "Build",
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
"check_suite_id": 42,
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
"head_branch": "master",
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
"run_number": 562,
Expand Down Expand Up @@ -118479,11 +118466,6 @@
"description": "The auto incrementing run number for the workflow run.",
"example": 106
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"event": {
"type": "string",
"example": "push"
Expand Down Expand Up @@ -118616,11 +118598,6 @@
"type": "string",
"format": "date-time"
},
"run_started_at": {
"type": "string",
"format": "date-time",
"description": "The start time of the latest run. Resets on re-run."
},
"jobs_url": {
"description": "The URL to the jobs for the workflow run.",
"type": "string",
Expand Down Expand Up @@ -122703,11 +122680,6 @@
"type": "string",
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"node_id": {
"type": "string",
"example": "MDg6Q2hlY2tSdW40"
Expand Down Expand Up @@ -122938,7 +122910,16 @@
"completed_at": "2020-01-20T09:44:39.000-08:00"
}
],
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496"
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496",
"labels": [
"self-hosted",
"foo",
"bar"
],
"runner_id": 1,
"runner_name": "my runner",
"runner_group_id": 2,
"runner_group_name": "my runner group"
}
]
}
Expand Down Expand Up @@ -124396,11 +124377,6 @@
"description": "The auto incrementing run number for the workflow run.",
"example": 106
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"event": {
"type": "string",
"example": "push"
Expand Down Expand Up @@ -124533,11 +124509,6 @@
"type": "string",
"format": "date-time"
},
"run_started_at": {
"type": "string",
"format": "date-time",
"description": "The start time of the latest run. Resets on re-run."
},
"jobs_url": {
"description": "The URL to the jobs for the workflow run.",
"type": "string",
Expand Down Expand Up @@ -128000,6 +127971,8 @@
"id": 30433642,
"name": "Build",
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
"check_suite_id": 42,
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
"head_branch": "master",
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
"run_number": 562,
Expand Down
55 changes: 14 additions & 41 deletions lib/rest/static/dereferenced/ghes-3.2.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -113037,11 +113037,6 @@
"type": "string",
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"node_id": {
"type": "string",
"example": "MDg6Q2hlY2tSdW40"
Expand Down Expand Up @@ -116793,11 +116788,6 @@
"description": "The auto incrementing run number for the workflow run.",
"example": 106
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"event": {
"type": "string",
"example": "push"
Expand Down Expand Up @@ -116930,11 +116920,6 @@
"type": "string",
"format": "date-time"
},
"run_started_at": {
"type": "string",
"format": "date-time",
"description": "The start time of the latest run. Resets on re-run."
},
"jobs_url": {
"description": "The URL to the jobs for the workflow run.",
"type": "string",
Expand Down Expand Up @@ -120415,6 +120400,8 @@
"id": 30433642,
"name": "Build",
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
"check_suite_id": 42,
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
"head_branch": "master",
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
"run_number": 562,
Expand Down Expand Up @@ -120710,11 +120697,6 @@
"description": "The auto incrementing run number for the workflow run.",
"example": 106
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"event": {
"type": "string",
"example": "push"
Expand Down Expand Up @@ -120847,11 +120829,6 @@
"type": "string",
"format": "date-time"
},
"run_started_at": {
"type": "string",
"format": "date-time",
"description": "The start time of the latest run. Resets on re-run."
},
"jobs_url": {
"description": "The URL to the jobs for the workflow run.",
"type": "string",
Expand Down Expand Up @@ -125241,11 +125218,6 @@
"type": "string",
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"node_id": {
"type": "string",
"example": "MDg6Q2hlY2tSdW40"
Expand Down Expand Up @@ -125476,7 +125448,16 @@
"completed_at": "2020-01-20T09:44:39.000-08:00"
}
],
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496"
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496",
"labels": [
"self-hosted",
"foo",
"bar"
],
"runner_id": 1,
"runner_name": "my runner",
"runner_group_id": 2,
"runner_group_name": "my runner group"
}
]
}
Expand Down Expand Up @@ -128033,11 +128014,6 @@
"description": "The auto incrementing run number for the workflow run.",
"example": 106
},
"run_attempt": {
"type": "integer",
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
"example": 1
},
"event": {
"type": "string",
"example": "push"
Expand Down Expand Up @@ -128170,11 +128146,6 @@
"type": "string",
"format": "date-time"
},
"run_started_at": {
"type": "string",
"format": "date-time",
"description": "The start time of the latest run. Resets on re-run."
},
"jobs_url": {
"description": "The URL to the jobs for the workflow run.",
"type": "string",
Expand Down Expand Up @@ -131655,6 +131626,8 @@
"id": 30433642,
"name": "Build",
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
"check_suite_id": 42,
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
"head_branch": "master",
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
"run_number": 562,
Expand Down
Loading

0 comments on commit 46cd88e

Please sign in to comment.