diff --git a/.changeset/good-foxes-fail.md b/.changeset/good-foxes-fail.md index 322d892b85..5d31161e64 100644 --- a/.changeset/good-foxes-fail.md +++ b/.changeset/good-foxes-fail.md @@ -2,11 +2,8 @@ '@backstage/plugin-catalog-backend-module-github': patch --- -Handle GitHub `organization`, `team` and `membership` events at the `GithubOrgEntityProvider` by subscribing to the respective topics - -Implements `EventSubscriber` to receive events for the topics `github.organization`, `github.team` and `github.membership`. - -On `organization`, `team` and `membership` events, the affected User or Group will be refreshed. +Added support for event based updates in the `GithubOrgEntityProvider`! +Based on webhook events from GitHub the affected `User` or `Group` entity will be refreshed. This includes adding new entities, refreshing existing ones, and removing obsolete ones. Please find more information at