-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(janus-idp/cli): fixes issue with missing configSchema.json #2368
Conversation
🦋 Changeset detectedLatest commit: 5a1e2f9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
83f3e5b
to
4fb58c9
Compare
This was affecting packages in @backstage-community
4fb58c9
to
086eb40
Compare
Quality Gate passedIssues Measures |
/cherrypick release-1.3 |
@kadel: new pull request created: #2411 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…-idp#2368) This was affecting packages in @backstage-community
The problem was that plugins in
@backstage-community
were accidentally ignored when searching for config schemas becausestartsWith('@backstage')
was used as a main filtering rule.So, when the @backstage-community namespace was introduced and plugins were migrated to it, it started to ignore them.
This simple fix ensures that only packages in the core
@backstage
can be filtered out.Fixes: https://issues.redhat.com/browse/RHIDP-3574