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