We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d173ea + 2ab3d30 commit 3367bccCopy full SHA for 3367bcc
Rakefile
@@ -176,6 +176,9 @@ end
176
def create_post_file!(filename, response, date, host)
177
title = parse_title(response['title'])
178
components = parse_valid_components(response['labels'])
179
+ if components.empty?
180
+ puts "No label assigned to the PR yet; you will need to add one manually from #{COMPONENTS}"
181
+ end
182
183
puts "GitHub PR title: \"#{response['title']}\""
184
puts "Parsed PR title: #{title}"
0 commit comments