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`.