Skip to content

Add Create, Edit, Delete for LifeCycle Policies #725

Add Create, Edit, Delete for LifeCycle Policies

Add Create, Edit, Delete for LifeCycle Policies #725

Triggered via pull request December 4, 2024 10:27
@ArneiArnei
synchronize #1004
Status Failure
Total duration 44s
Artifacts

deploy-test.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
main
Type 'AsyncThunk<void, { id: string; policies: { acl: { ace: Ace[]; }; }; }, { state: { tableFilters: TableFilterState; tableFilterProfiles: TableFilterProfilesState & PersistPartial; ... 24 more ...; statistics: StatisticsState; } & PersistPartial; ... 6 more ...; rejectedMeta?: unknown; }>' is not assignable to type 'AsyncThunk<boolean, { id: string; policies: { acl: Acl; }; }, AsyncThunkConfig>'.
main
The operand of a 'delete' operator must be optional.
main
Type 'unknown' is not assignable to type 'ReactI18NextChildren | Iterable<ReactI18NextChildren>'.
main
Type 'unknown' is not assignable to type 'ReactI18NextChildren | Iterable<ReactI18NextChildren>'.
main
Argument of type 'string | boolean | TransformedAcl[] | { [key: string]: unknown; } | { [key: string]: TargetFilter; }' is not assignable to parameter of type 'string'.
main
Argument of type 'string | boolean | TransformedAcl[] | { [key: string]: unknown; } | { [key: string]: TargetFilter; }' is not assignable to parameter of type 'string'.
main
Process completed with exit code 2.
main
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
main
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/