Working with tags
Get list of tags in repo @param [String] repo to check @return [Array<String>] list of tags
# File lib/onlyoffice_github_helper/github_client/tags.rb, line 9 def tags(repo) Octokit.tags(repo).map(&:name) end