Skip to content

Commit

Permalink
Added description to repo information gained on discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoromugHSE committed Apr 1, 2024
1 parent 42eb25d commit 2c1646d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steps/discover-repos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 2c1646d

Please sign in to comment.