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
This would allow this to be run from anywhere on the internet, instead of just Github Actions. Github repo details and an access token would have to be passed in as options or environment variables.
We're running php-cs-fixer, psalm etc in AWS CodeBuild, which runs for every commit to a github repository. It would be useful to be able to see the output from these tools as annotations on the PR.
We could do that now by running the tools in a Github Action instead of CodeBuild, but we might be able to get the same benefit with less change by connecting to the HTTP API.
I might be up for implementing this. Don't know if it's a feature you'd want in this tool, or if it would be better as a separate tool.
bdsl
changed the title
New feature: Option to output checks to the github http API, rather than standard output
New feature: Option to output annotations to the github http API, rather than standard output
Jul 1, 2020
This would allow this to be run from anywhere on the internet, instead of just Github Actions. Github repo details and an access token would have to be passed in as options or environment variables.
HTTP API is documented at https://developer.github.com/v3/checks/runs/#update-a-check-run . It's currently in a 'preview period', so has no backward compatibility gurantee.
The text was updated successfully, but these errors were encountered: