Added changesets for #2669

This commit is contained in:
Taras Mankovski
2020-10-02 15:04:00 -04:00
parent 0c370c9796
commit a768a07fbe
3 changed files with 17 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/catalog-backend': minor
---
Add the ability to import users from GitHub Organization into the catalog.
The token needs to have the scopes `user:email`, `read:user`, and `read:org`.
+4
View File
@@ -0,0 +1,4 @@
---
'@backstage/catalog-model': minor
---
Add the ability to import users from GitHub Organization into the catalog.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/create-app': minor
---
Add the ability to import users from GitHub Organization into the catalog.
The token needs to have the scopes `user:email`, `read:user`, and `read:org`.