Skip to content

Commit 56ae6ff

Browse files
committed
Allow changing labels description
1 parent 02ec883 commit 56ae6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github_api/client/issues/labels.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
module Github
66
class Client::Issues::Labels < API
77

8-
VALID_LABEL_INPUTS = %w[ name color ].freeze
8+
VALID_LABEL_INPUTS = %w[ name color description ].freeze
99

1010
# List all labels for a repository
1111
#

0 commit comments

Comments
 (0)