Alert emails now contain the Org name #1891
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pr_checks.yml
on: pull_request
Matrix: e2e / cli-v3
Preview Release
0s
Annotations
5 errors
|
typecheck / typecheck
Argument of type '{ email: "alert-attempt"; to: string; taskIdentifier: string; fileName: string; exportName: string; version: string; environment: string; error: { message: string; name?: string | undefined; stackTrace?: string | undefined; }; attemptLink: string; }' is not assignable to parameter of type '({ error: { message: string; name?: string | undefined; stackTrace?: string | undefined; }; organization: string; project: string; version: string; environment: string; email: "alert-run"; ... 4 more ...; runLink: string; } | ... 5 more ... | { ...; }) & { ...; }'.
|
|
typecheck / typecheck
Argument of type '{ email: "alert-run"; to: string; runId: string; taskIdentifier: string; fileName: string; exportName: string; version: string; project: string; environment: string; error: { message: string; name?: string | undefined; stackTrace?: string | undefined; }; runLink: string; }' is not assignable to parameter of type '({ error: { message: string; name?: string | undefined; stackTrace?: string | undefined; }; organization: string; project: string; version: string; environment: string; email: "alert-run"; ... 4 more ...; runLink: string; } | ... 5 more ... | { ...; }) & { ...; }'.
|
|
typecheck / typecheck
Argument of type '{ email: "alert-deployment-failure"; to: string; version: string; environment: string; shortCode: string; failedAt: Date; error: ErrorData; deploymentLink: string; }' is not assignable to parameter of type '({ error: { message: string; name?: string | undefined; stackTrace?: string | undefined; }; organization: string; project: string; version: string; environment: string; email: "alert-run"; ... 4 more ...; runLink: string; } | ... 5 more ... | { ...; }) & { ...; }'.
|
|
typecheck / typecheck
Argument of type '{ email: "alert-deployment-success"; to: string; version: string; environment: string; shortCode: string; deployedAt: Date; deploymentLink: string; taskCount: number; }' is not assignable to parameter of type '({ error: { message: string; name?: string | undefined; stackTrace?: string | undefined; }; organization: string; project: string; version: string; environment: string; email: "alert-run"; ... 4 more ...; runLink: string; } | ... 5 more ... | { ...; }) & { ...; }'.
|
|
typecheck / typecheck
Process completed with exit code 1.
|