dotnet / arcade-services

Arcade Engineering Services
MIT License
54 stars 73 forks source link

Fix multiple PR notifications getting posted to PRs #3602

Closed premun closed 1 month ago

premun commented 1 month ago

As reported in https://github.com/dotnet/arcade-services/issues/3601, multiple comments get posted when a build check fails. This happens because a bug within the GitHub Octokit library cannot parse the ID of the created comment and we never note down that we have created the comment.

Release Note Category

Release Note Description

Fixed a problem were Maestro kept notifying repo owners about a failed check