Merge pull request #20361 from backstage/djam/github-org

chore: move catalogModuleGithubOrgEntityProvider to its own backend module
This commit is contained in:
Djam
2023-10-10 12:00:44 +02:00
committed by GitHub
13 changed files with 155 additions and 26 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-github-org': minor
---
Added `catalogModuleGithubOrgEntityProvider` to ingest users and teams from multiple Github organizations.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Removed `catalogModuleGithubOrgEntityProvider`. Import from `@backstage/plugin-catalog-backend-module-github-org` instead.