Skip to content

Commit

Permalink
removed contribution list
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Nov 9, 2023
1 parent 474b847 commit dab6aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contributors/update_contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main(_):
# If the user has no full name listed, use their username
avatar_url=f"https://avatars.githubusercontent.com/{user}",
profile=f"https://github.com/{user}",
contributions=["doc"],
# contributions=["doc"],
)
for user in result
],
Expand Down

0 comments on commit dab6aca

Please sign in to comment.