Skip to content

feat: allow access approvals with user groups #1207

feat: allow access approvals with user groups

feat: allow access approvals with user groups #1207

Triggered via pull request September 19, 2024 19:58
Status Failure
Total duration 1m 34s
Artifacts

check-fe-ts-and-lint.yml

on: pull_request
Check Frontend Type and Lint check
1m 25s
Check Frontend Type and Lint check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Check Frontend Type and Lint check
Type '{ environment: string; approvers: string[]; groupApprovers: string[] | { groupId: string; }[] | undefined; approvals: number; id: string; name: string; secretPath: string; envId: string; workspace: string; ... 5 more ...; userApprovers?: { ...; }[] | undefined; } | undefined' is not assignable to type '{ environment: string; approvals: number; enforcementLevel: EnforcementLevel; policyType: PolicyType; name?: string | undefined; secretPath?: string | undefined; approvers?: string[] | undefined; groupApprovers?: string[] | undefined; } | undefined'.
Check Frontend Type and Lint check
Process completed with exit code 2.
Check Frontend Type and Lint check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/