Skip to content

Commit

Permalink
Merge pull request github#28479 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 25, 2023
2 parents 82cf6b8 + febb63c commit b542940
Show file tree
Hide file tree
Showing 28 changed files with 1,062 additions and 526 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,15 @@
"additional-permissions": [],
"access": "write"
},
{
"category": "actions",
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel",
"additional-permissions": [],
"access": "write"
},
{
"category": "actions",
"slug": "list-jobs-for-a-workflow-run",
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2193,6 +2193,17 @@
"server-to-server": true,
"additional-permissions": []
},
{
"category": "actions",
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": []
},
{
"category": "actions",
"slug": "list-jobs-for-a-workflow-run",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
9 changes: 9 additions & 0 deletions src/github-apps/data/ghae/fine-grained-pat-permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,15 @@
"additional-permissions": [],
"access": "write"
},
{
"category": "actions",
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel",
"additional-permissions": [],
"access": "write"
},
{
"category": "actions",
"slug": "list-jobs-for-a-workflow-run",
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghae/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
11 changes: 11 additions & 0 deletions src/github-apps/data/ghae/server-to-server-permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,17 @@
"server-to-server": true,
"additional-permissions": []
},
{
"category": "actions",
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": []
},
{
"category": "actions",
"slug": "list-jobs-for-a-workflow-run",
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghae/server-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghae/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2399,6 +2399,15 @@
"additional-permissions": [],
"access": "write"
},
{
"category": "actions",
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel",
"additional-permissions": [],
"access": "write"
},
{
"category": "actions",
"slug": "list-jobs-for-a-workflow-run",
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,17 @@
"server-to-server": true,
"additional-permissions": []
},
{
"category": "actions",
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": []
},
{
"category": "actions",
"slug": "list-jobs-for-a-workflow-run",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "force-cancel-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
Expand Down
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "b8dafbe912a3be421d21346faa2b29bf15e6f84d"
"sha": "1b91b04f33ca9cd793951478139283ed4f540421"
}
Loading

0 comments on commit b542940

Please sign in to comment.