diff --git a/.changeset/major-heads-scream.md b/.changeset/major-heads-scream.md index ee95942328..24caa6e4bb 100644 --- a/.changeset/major-heads-scream.md +++ b/.changeset/major-heads-scream.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend-module-gitlab': minor --- -Breaking: User and Group discovery will default to ingesting all users in sub groups that belong to the specified root group in config. Disable setting config `restrictUsersToGroup: true`. +**BREAKING CHANGE**: User and Group discovery will default to ingesting all users in sub groups that belong to the specified root group in config. Disable by setting `restrictUsersToGroup: true` in app-config under your module settings.