From a768a07fbe36f8ac5f739496c5f21ed5cd2e2b3b Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 2 Oct 2020 15:04:00 -0400 Subject: [PATCH] Added changesets for #2669 --- .changeset/2669-catalog-backend.md | 7 +++++++ .changeset/2669-catalog-model.md | 4 ++++ .changeset/2669-create-app.md | 6 ++++++ 3 files changed, 17 insertions(+) create mode 100644 .changeset/2669-catalog-backend.md create mode 100644 .changeset/2669-catalog-model.md create mode 100644 .changeset/2669-create-app.md diff --git a/.changeset/2669-catalog-backend.md b/.changeset/2669-catalog-backend.md new file mode 100644 index 0000000000..205ce2952f --- /dev/null +++ b/.changeset/2669-catalog-backend.md @@ -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`. + diff --git a/.changeset/2669-catalog-model.md b/.changeset/2669-catalog-model.md new file mode 100644 index 0000000000..133cc64cc0 --- /dev/null +++ b/.changeset/2669-catalog-model.md @@ -0,0 +1,4 @@ +--- +'@backstage/catalog-model': minor +--- +Add the ability to import users from GitHub Organization into the catalog. diff --git a/.changeset/2669-create-app.md b/.changeset/2669-create-app.md new file mode 100644 index 0000000000..e78cb83edb --- /dev/null +++ b/.changeset/2669-create-app.md @@ -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`.