diff --git a/app/models/provider/github.rb b/app/models/provider/github.rb index 3d5601de..5aa8526a 100644 --- a/app/models/provider/github.rb +++ b/app/models/provider/github.rb @@ -47,6 +47,8 @@ class Provider::Github if release { avatar: release.author.avatar_url, + # this is the username, it would be nice to get the full name + username: release.author.login, name: release.name, published_at: release.published_at, body: Octokit.markdown(release.body, mode: "gfm", context: repo) diff --git a/app/views/categories/_badge.html.erb b/app/views/categories/_badge.html.erb index 2c04d43e..a9752262 100644 --- a/app/views/categories/_badge.html.erb +++ b/app/views/categories/_badge.html.erb @@ -2,9 +2,10 @@ <% category ||= null_category %>