You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mrT23 Here is an example of github checks: (source)
It is essentially a markdown canvas for each commit in a pull request. It minimizes the amount of comments that the bot posts on the main PR conversation tab - which can easily get lost. GitHub Checks api also supports suggestions, applying changes, and more.
@mandeep-singh-ck
Thanks for the idea.
I did not know you could put a markdown in the checks tab. It is usually used to present (ugly) workflow logs
(but I guess that in the end this log page is just a markdown...)
We will look into that, if indeed it can be a viable place to put feedback in a less 'noisy' way
It gets very noisy to keep commenting on the root of a PR, instead a Github Checks run can give a canvas for the review in a dedicated spot per commit. https://docs.github.com/en/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app
The text was updated successfully, but these errors were encountered: