strimzi / strimzi-ui

Strimzi UI
Apache License 2.0
26 stars 27 forks source link

Revisit commenter #157

Closed matthew-chirgwin closed 3 years ago

matthew-chirgwin commented 3 years ago

An issue was found in the approach taken to write comments into PRs as a part of the Strimzi UI CI. PR #158 has removed the capability as was to mitigate this. The scope of this issue is to restore the commenter functionality.

The purpose of the commentor is to add helpful/useful information to a PR that a reviewer/raiser may want to take note of. As is today, built bundle sizes, as well as test coverage were calculated and commented on in one workflow. This should be broken down into seperate steps, making use of the workflow_run (https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#workflow_run) to take the output of all of these, and then write a comment as a result.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days