docs: update changeset to be more direct

Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
This commit is contained in:
Rogerio Angeliski
2022-12-01 10:46:28 -03:00
committed by GitHub
parent 59a87c9149
commit 1f18561c9b
+2 -5
View File
@@ -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