mirror of
https://github.com/actions/labeler.git
synced 2025-12-19 00:26:47 +00:00
build
This commit is contained in:
6
node_modules/@octokit/rest/index.d.ts
generated
vendored
6
node_modules/@octokit/rest/index.d.ts
generated
vendored
@@ -25510,7 +25510,7 @@ declare namespace Octokit {
|
||||
completed_at?: string;
|
||||
/**
|
||||
* **Required if you provide `completed_at` or a `status` of `completed`**. The final conclusion of the check. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, or `action_required`. When the conclusion is `action_required`, additional details should be provided on the site specified by `details_url`.
|
||||
* **Note:** Providing `conclusion` will automatically set the `status` parameter to `completed`.
|
||||
* **Note:** Providing `conclusion` will automatically set the `status` parameter to `completed`. Only GitHub can change a check run conclusion to `stale`.
|
||||
*/
|
||||
conclusion?:
|
||||
| "success"
|
||||
@@ -25701,7 +25701,7 @@ declare namespace Octokit {
|
||||
completed_at?: string;
|
||||
/**
|
||||
* **Required if you provide `completed_at` or a `status` of `completed`**. The final conclusion of the check. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, or `action_required`.
|
||||
* **Note:** Providing `conclusion` will automatically set the `status` parameter to `completed`.
|
||||
* **Note:** Providing `conclusion` will automatically set the `status` parameter to `completed`. Only GitHub can change a check run conclusion to `stale`.
|
||||
*/
|
||||
conclusion?:
|
||||
| "success"
|
||||
@@ -33704,7 +33704,7 @@ export class Octokit {
|
||||
options: Octokit.HookOptions
|
||||
) => Promise<Octokit.Response<any>>,
|
||||
options: Octokit.HookOptions
|
||||
) => void
|
||||
) => Promise<Octokit.Response<any>>
|
||||
): void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user