trustification / trustify

Apache License 2.0
8 stars 15 forks source link

Fix wall of notifications when adding multiple reviewers to a PR #346

Closed ctron closed 2 months ago

ctron commented 2 months ago

Right now, when adding multiple reviewers on a PR, this triggers a repeated invocation of the event handler (one for each reviewer). It also send out an event for each reviewer, each time. So the number of messages sent is x².

This change fixes this and updates a few github actions in the process.