From 2c1646ddd25e2743227d87efbab466f699812b30 Mon Sep 17 00:00:00 2001 From: MoromugHSE Date: Mon, 1 Apr 2024 06:56:05 +0300 Subject: [PATCH] Added description to repo information gained on discovery. --- steps/discover-repos.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/steps/discover-repos.rb b/steps/discover-repos.rb index 74c14742..beda335c 100755 --- a/steps/discover-repos.rb +++ b/steps/discover-repos.rb @@ -87,7 +87,8 @@ forks: i[:forks_count], created_at: i[:created_at].iso8601, size: i[:size], - open_issues_count: i[:open_issues_count] + open_issues_count: i[:open_issues_count], + description: i[:description] } puts "Found #{i[:full_name].inspect} GitHub repo ##{found.count} \ (#{i[:forks_count]} forks, #{i[:stargazers_count]} stars)"