Skip to content

When creating a new app, default to using required_scopes #22265

When creating a new app, default to using required_scopes

When creating a new app, default to using required_scopes #22265

Triggered via pull request December 12, 2024 04:36
@pobed2pobed2
opened #5091
Status Success
Total duration 14s
Artifacts

cla.yml

on: pull_request_target
[PR] CLA
4s
[PR] CLA
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
[PR] CLA
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
packages/app/src/cli/utilities/developer-platform-client/app-management-client.ts#L414
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.