gh_app_set_commit_status | R Documentation |
Sets the commit status on a commit from a GitHub App. Requires 'GH_APP_ID' and 'GH_APP_KEY' environment variables.
gh_app_set_commit_status(
repo,
sha,
url,
universe,
deployed_packages,
source_status = NULL,
docs_status = NULL,
os_type = NULL
)
repo |
full repo name for example "ropensci/magick" |
sha |
hash of the commit to update |
url |
link to the build logs |
universe |
name of the universe where packages were deployed to |
deployed_packages |
string with deployed artifacts |
source_status |
string with result of building source pkg including vignettes |
docs_status |
string with result of building pkgdown documentation |
os_type |
string with OS_type from description |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.