abcxyz / guardian

Apache License 2.0
16 stars 1 forks source link

feat: reporter #366

Closed verbanicm closed 1 month ago

verbanicm commented 1 month ago

Adding new functionality for a reporter interface that is continuing the decoupling journey.

This interface will be used to write the status comments for guardian runs, there are currently 2 types, GitHub and Stdout.

This also cleans up some of the github flag functionality to better serve the decoupling.

More PRs will integrate this into the other commands.