diff --git a/.changeset/good-foxes-fail.md b/.changeset/good-foxes-fail.md index 6c0740b8d7..322d892b85 100644 --- a/.changeset/good-foxes-fail.md +++ b/.changeset/good-foxes-fail.md @@ -4,7 +4,7 @@ Handle GitHub `organization`, `team` and `membership` events at the `GithubOrgEntityProvider` by subscribing to the respective topics -Implements `EventSubscriber` to receive events for the topic `github.push`. +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. This includes adding new entities, refreshing existing ones, and removing obsolete ones.