Skip to content

refactor: Rename `noRepository` state to `openRepositoryCount`

To enable actions without authentication in #637.

The intention is to use in package.json conditions like (gitlab:openRepositoryCount > 0) && editorIsOpen and avoid double negation like !noRepositories && editorIsOpen.

Edited by Anatoli Babenia

Merge request reports