gh_app_set_commit_status: Set Commit Status

View source: R/status.R

gh_app_set_commit_statusR Documentation

Set Commit Status

Description

Sets the commit status on a commit from a GitHub App. Requires 'GH_APP_ID' and 'GH_APP_KEY' environment variables.

Usage

gh_app_set_commit_status(
  repo,
  sha,
  url,
  universe,
  deployed_packages,
  source_status = NULL,
  docs_status = NULL,
  os_type = NULL
)

Arguments

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


r-universe-org/commit-status documentation built on July 16, 2025, 6:06 p.m.