module GithubHelpers
Extended Modules
Defined in:
helpers/github_helpers.crInstance Method Summary
- #assign_repository_attributes(repository : Repository, github_repo : Github::Repo)
- #assign_repository_user_attributes(user : User, github_user : Github::User)
- #assign_user_attributes(user : User, github_user : Github::User)
- #create_releases(repository : Repository, github_releases : Array(Github::Release))
- #remove_outdated_releases(repository : Repository, github_releases : Array(Github::Release))
- #resync_repository(repository : Repository)
- #resync_user(user : User)
- #sync_github_repo(github_repo : Github::Repo) : Repository | Nil
- #sync_repository_fork(repository : Repository, github_repo : Github::Repo)
- #sync_repository_languages(repository : Repository)
- #sync_repository_readme(repository : Repository)
- #sync_repository_releases(repository : Repository)
- #sync_repository_shard_yml(repository : Repository)