Fix pre-complete Access Token permissions #27657
pull-compliance.yml
on: pull_request
files-changed
/
detect
4s
lint-backend
12m 34s
lint-templates
43s
lint-yaml
0s
lint-swagger
0s
lint-spell
25s
lint-go-windows
6m 12s
lint-go-gogit
5m 44s
checks-backend
3m 2s
frontend
1m 57s
backend
6m 45s
docs
0s
actions
0s
Annotations
10 errors
frontend:
web_src/js/components/ScopedAccessTokenSelector.vue#L27
Element implicitly has an 'any' type because expression of type '"admin"' can't be used to index type '{ activitypub: { read: { value: string; selected: boolean; }; write: { value: string; selected: boolean; }; }; }'.
|
frontend:
web_src/js/components/ScopedAccessTokenSelector.vue#L38
Element implicitly has an 'any' type because expression of type '"issue"' can't be used to index type '{ activitypub: { read: { value: string; selected: boolean; }; write: { value: string; selected: boolean; }; }; }'.
|
frontend:
web_src/js/components/ScopedAccessTokenSelector.vue#L48
Element implicitly has an 'any' type because expression of type '"misc"' can't be used to index type '{ activitypub: { read: { value: string; selected: boolean; }; write: { value: string; selected: boolean; }; }; }'.
|
frontend:
web_src/js/components/ScopedAccessTokenSelector.vue#L58
Element implicitly has an 'any' type because expression of type '"notification"' can't be used to index type '{ activitypub: { read: { value: string; selected: boolean; }; write: { value: string; selected: boolean; }; }; }'.
|
frontend:
web_src/js/components/ScopedAccessTokenSelector.vue#L68
Element implicitly has an 'any' type because expression of type '"organization"' can't be used to index type '{ activitypub: { read: { value: string; selected: boolean; }; write: { value: string; selected: boolean; }; }; }'.
|
frontend:
web_src/js/components/ScopedAccessTokenSelector.vue#L78
Element implicitly has an 'any' type because expression of type '"package"' can't be used to index type '{ activitypub: { read: { value: string; selected: boolean; }; write: { value: string; selected: boolean; }; }; }'.
|
frontend:
web_src/js/components/ScopedAccessTokenSelector.vue#L88
Element implicitly has an 'any' type because expression of type '"repository"' can't be used to index type '{ activitypub: { read: { value: string; selected: boolean; }; write: { value: string; selected: boolean; }; }; }'.
|
frontend:
web_src/js/components/ScopedAccessTokenSelector.vue#L98
Element implicitly has an 'any' type because expression of type '"user"' can't be used to index type '{ activitypub: { read: { value: string; selected: boolean; }; write: { value: string; selected: boolean; }; }; }'.
|
frontend
Process completed with exit code 2.
|
checks-backend
Process completed with exit code 2.
|