Provides auxiliary functions to work with checks via github api.
Provides auxiliary functions to work with checks via github api.
(create-check-run! client org repo params)
(create-check-run! client org repo name sha)
Creates a new check run for a specific commit in a repository.
For details about the parameters and response format, look at https://docs.github.com/en/rest/reference/checks#create-a-check-run.
Creates a new check run for a specific commit in a repository. For details about the parameters and response format, look at https://docs.github.com/en/rest/reference/checks#create-a-check-run.
(get-check-run! client org repo id)
Gets a single check run using its id.
For details about the response format, look at https://docs.github.com/en/rest/reference/checks#get-a-check-run.
Gets a single check run using its id. For details about the response format, look at https://docs.github.com/en/rest/reference/checks#get-a-check-run.
(update-check-run! client org repo id params)
Updates a check run using its id.
For details about the parameters and response format, look at https://docs.github.com/en/rest/reference/checks#update-a-check-run.
Updates a check run using its id. For details about the parameters and response format, look at https://docs.github.com/en/rest/reference/checks#update-a-check-run.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close