We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23bcf6 commit 540826fCopy full SHA for 540826f
lib/github_api/client/issues/labels.rb
@@ -5,7 +5,7 @@
5
module Github
6
class Client::Issues::Labels < API
7
8
- VALID_LABEL_INPUTS = %w[ name color description ].freeze
+ VALID_LABEL_INPUTS = %w[ name color description new_name ].freeze
9
10
# List all labels for a repository
11
#
0 commit comments