enable_repo {circle} | R Documentation |
"Follows" a repo on Circle CI so that builds can be triggered.
enable_repo(
repo = github_info()$name,
user = github_info()$owner$login,
vcs_type = "gh",
api_version = "v1.1",
quiet = FALSE
)
repo |
|
user |
|
vcs_type |
|
api_version |
|
quiet |
|
An object of class circle_api
with the following elements
content
(queried content)
path
(API request)
response
(HTTP response information)
## Not run:
enable_repo()
## End(Not run)