You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type ActionsListWorkflowRunArtifactsResponse = Array<
20613
-
ActionsListWorkflowRunArtifactsResponseItem
20614
-
>;
20615
20611
type ActivityListNotificationsResponse = Array<
20616
20612
ActivityListNotificationsResponseItem
20617
20613
>;
@@ -20999,6 +20995,10 @@ export type ActionsGetWorkflowRunParams = {
20999
20995
repo: string;
21000
20996
run_id: number;
21001
20997
};
20998
+
export type ActionsListDownloadsForSelfHostedRunnerApplicationParams = {
20999
+
owner: string;
21000
+
repo: string;
21001
+
};
21002
21002
export type ActionsListJobsForWorkflowRunParams = {
21003
21003
owner: string;
21004
21004
/**
@@ -21013,6 +21013,18 @@ export type ActionsListJobsForWorkflowRunParams = {
21013
21013
run_id: number;
21014
21014
};
21015
21015
export type ActionsListRepoWorkflowRunsParams = {
21016
+
/**
21017
+
* Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run.
21018
+
*/
21019
+
actor?: string;
21020
+
/**
21021
+
* Returns workflow runs associated with a branch. Use the name of the branch of the `push`.
21022
+
*/
21023
+
branch?: string;
21024
+
/**
21025
+
* Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events that trigger workflows](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows)" in the GitHub Help documentation.
21026
+
*/
21027
+
event?: string;
21016
21028
owner: string;
21017
21029
/**
21018
21030
* Page number of the results to fetch.
@@ -21023,6 +21035,10 @@ export type ActionsListRepoWorkflowRunsParams = {
21023
21035
*/
21024
21036
per_page?: number;
21025
21037
repo: string;
21038
+
/**
21039
+
* Returns workflow runs associated with the check run `status` or `conclusion` you specify. For example, a conclusion can be `success` or a status can be `completed`. For more information, see the `status` and `conclusion` options available in "[Create a check run](https://developer.github.com/v3/checks/runs/#create-a-check-run)."
21040
+
*/
21041
+
status?: "completed" | "status" | "conclusion";
21026
21042
};
21027
21043
export type ActionsListRepoWorkflowsParams = {
21028
21044
owner: string;
@@ -21100,6 +21116,18 @@ export type ActionsListWorkflowRunLogsParams = {
21100
21116
run_id: number;
21101
21117
};
21102
21118
export type ActionsListWorkflowRunsParams = {
21119
+
/**
21120
+
* Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run.
21121
+
*/
21122
+
actor?: string;
21123
+
/**
21124
+
* Returns workflow runs associated with a branch. Use the name of the branch of the `push`.
21125
+
*/
21126
+
branch?: string;
21127
+
/**
21128
+
* Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events that trigger workflows](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows)" in the GitHub Help documentation.
21129
+
*/
21130
+
event?: string;
21103
21131
owner: string;
21104
21132
/**
21105
21133
* Page number of the results to fetch.
@@ -21110,6 +21138,10 @@ export type ActionsListWorkflowRunsParams = {
21110
21138
*/
21111
21139
per_page?: number;
21112
21140
repo: string;
21141
+
/**
21142
+
* Returns workflow runs associated with the check run `status` or `conclusion` you specify. For example, a conclusion can be `success` or a status can be `completed`. For more information, see the `status` and `conclusion` options available in "[Create a check run](https://developer.github.com/v3/checks/runs/#create-a-check-run)."
21143
+
*/
21144
+
status?: "completed" | "status" | "conclusion";
21113
21145
workflow_id: number;
21114
21146
};
21115
21147
export type ActionsReRunWorkflowParams = {
@@ -21442,25 +21474,9 @@ export type AppsAddRepoToInstallationParams = {
21442
21474
};
21443
21475
export type AppsCheckAccountIsAssociatedWithAnyParams = {
21444
21476
account_id: number;
21445
-
/**
21446
-
* Page number of the results to fetch.
21447
-
*/
21448
-
page?: number;
21449
-
/**
21450
-
* Results per page (max 100)
21451
-
*/
21452
-
per_page?: number;
21453
21477
};
21454
21478
export type AppsCheckAccountIsAssociatedWithAnyStubbedParams = {
21455
21479
account_id: number;
21456
-
/**
21457
-
* Page number of the results to fetch.
21458
-
*/
21459
-
page?: number;
21460
-
/**
21461
-
* Results per page (max 100)
21462
-
*/
21463
-
per_page?: number;
21464
21480
};
21465
21481
export type AppsCheckTokenParams = {
21466
21482
/**
@@ -22359,14 +22375,6 @@ export type IssuesGetParams = {
22359
22375
export type IssuesGetCommentParams = {
22360
22376
comment_id: number;
22361
22377
owner: string;
22362
-
/**
22363
-
* Page number of the results to fetch.
22364
-
*/
22365
-
page?: number;
22366
-
/**
22367
-
* Results per page (max 100)
22368
-
*/
22369
-
per_page?: number;
22370
22378
repo: string;
22371
22379
};
22372
22380
export type IssuesGetEventParams = {
@@ -23577,14 +23585,6 @@ export type ProjectsDeleteColumnParams = {
23577
23585
column_id: number;
23578
23586
};
23579
23587
export type ProjectsGetParams = {
23580
-
/**
23581
-
* Page number of the results to fetch.
23582
-
*/
23583
-
page?: number;
23584
-
/**
23585
-
* Results per page (max 100)
23586
-
*/
23587
-
per_page?: number;
23588
23588
project_id: number;
23589
23589
};
23590
23590
export type ProjectsGetCardParams = {
@@ -27428,6 +27428,21 @@ export type RestEndpointMethods = {
27428
27428
27429
27429
endpoint: EndpointInterface;
27430
27430
};
27431
+
/**
27432
+
* Lists binaries for the self-hosted runner application that you can download and run. Anyone with admin access to the repository can use this endpoint. GitHub Apps must have the `administration` permission to use this endpoint.
* Lists jobs for a workflow run. Anyone with read access to the repository can use this endpoint. GitHub Apps must have the `actions` permission to use this endpoint.
27433
27448
*/
@@ -27439,7 +27454,9 @@ export type RestEndpointMethods = {
27439
27454
endpoint: EndpointInterface;
27440
27455
};
27441
27456
/**
27442
-
* Lists all workflow runs for a repository. Anyone with read access to the repository can use this endpoint. GitHub Apps must have the `actions` permission to use this endpoint.
27457
+
* Lists all workflow runs for a repository. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://developer.github.com/v3/#parameters).
27458
+
*
27459
+
* Anyone with read access to the repository can use this endpoint. GitHub Apps must have the `actions` permission to use this endpoint.
@@ -27513,7 +27530,9 @@ export type RestEndpointMethods = {
27513
27530
endpoint: EndpointInterface;
27514
27531
};
27515
27532
/**
27516
-
* List all workflow runs for a workflow. You can also replace `:workflow_id` with `:workflow_file_name`. For example, you could use `main.yml`. Anyone with read access to the repository can use this endpoint.
27533
+
* List all workflow runs for a workflow. You can also replace `:workflow_id` with `:workflow_file_name`. For example, you could use `main.yml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://developer.github.com/v3/#parameters).
27534
+
*
27535
+
* Anyone with read access to the repository can use this endpoint.
0 commit comments