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 02ec883 commit 56ae6ffCopy full SHA for 56ae6ff
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 ].freeze
+ VALID_LABEL_INPUTS = %w[ name color description ].freeze
9
10
# List all labels for a repository
11
#
0 commit comments