louisbrunner/GitHub Checks

Wrapper around the GitHub Checks API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_api_urlthe base GitHub API URL (for GitHub Enterprise, e.g. https://github.example.com/api/v3)no
repothe target `owner/repo` to manage the check run on (defaults to the current repository)no
shathe target commit's SHA (defaults to the current commit)no
tokenyour GITHUB_TOKENyes
namethe name of the check to create (incompatible with `check_id`)no
check_idID of the check to update (incompatible with `name`)no
conclusionthe conclusion of your checkno
statusthe status of your checknocompleted
action_urlthe url to call back to when using `action_required` as conclusion or with `actions`no
details_urla URL with more details about your check, will be overridden by `action_url` depending on contextno
outputthe output of your checkno
output_text_description_filepath to a file containing text which should be set as the `text_description` of `output`no
annotationsthe annotations of your checkno
imagesthe images of your checkno
actionsthe actions of your checkno
namedescription
check_idthe ID of the created check, useful to update it in another action