GitHub Repository tools - notification functions
Source:R/repo.R
, R/repo_unwatch.R
, R/repo_watch.R
, and 1 more
repo_notification.Rd
repo_ignore()
- Ignore a GitHub repository.repo_unwatch()
- Unwatch / unsubscribe from a GitHub repository.repo_watch()
- Watch / subscribe to a GitHub repository.repo_watching()
- Returns a vector of your watched repositories. This should match the list at github.com/watching.
Usage
repo_unwatch(repo)
repo_watch(repo)
repo_ignore(repo)
repo_watching(filter = NULL, exclude = FALSE)
Arguments
- repo
repository address in
owner/repo
format- filter
character, regex pattern for matching (or excluding) repositories.
- exclude
logical, should entries matching the regex be excluded or included.