From 936d1cc98a1398a924a8b3bfe001cd1a6ccf36ee Mon Sep 17 00:00:00 2001 From: Rogerio Angeliski Date: Wed, 30 Nov 2022 16:20:54 +0000 Subject: [PATCH] docs: remove typo from changeset Signed-off-by: Rogerio Angeliski --- .changeset/good-foxes-fail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.