Skip to content

Commit

Permalink
chore: refactor contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
imskr committed Mar 10, 2024
1 parent 2d858f7 commit dd1b190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def update_readme_content(organization, project, platform, username, readme_path

if platform=="gitlab"
contribution_link = "https://gitlab.com/#{organization}/#{project}/-/merge_requests?scope=all&state=merged&author_username=#{username}"
elsif platform=="gitlab"
elsif platform=="github"
contribution_link = "https://github.com/#{organization}/#{project}/pulls?q=is:pr+author:#{username}+is:merged"
end

Expand Down

0 comments on commit dd1b190

Please sign in to comment.