Skip to content

Commit

Permalink
Added changesets for #2669
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Oct 2, 2020
1 parent 0c370c9 commit a768a07
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/2669-catalog-backend.md
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions .changeset/2669-catalog-model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
'@backstage/catalog-model': minor
---
Add the ability to import users from GitHub Organization into the catalog.
6 changes: 6 additions & 0 deletions .changeset/2669-create-app.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit a768a07

Please sign in to comment.