Method: GithubCLI::Label.update
- Defined in:
- lib/github_cli/apis/label.rb
.update(user, repo, name, params, options) ⇒ Object
26 27 28 29 30 |
# File 'lib/github_cli/apis/label.rb', line 26 def update(user, repo, name, params, ) output do github_api().issues.labels.update user, repo, name, params end end |