This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Bug: Not picking up contributions accurately on query param tab=contributions, for private profile #4197
Open
Description
Describe the bug
I have my contributions set to private on GitHub(they might be in public open source projects), however when I visit my contributions page, it has a few bugs:
- Shows details about my contributions though contributions profile is private.
- These results are inaccurate, since I've merged PRs in other orgs since the past 30 days and also have more PRs in zulip itself.
I also tried setting my contribution activity to public for a couple minutes and tried to get accurate updated data, which didn't seem to work out.
I am assuming it should either show that this profile has set its contributions to private, or show the data accurately.
Not sure where the data is being pulled from.
Thanks
Steps to reproduce
- Go to https://github.com/settings and toggle the
Make profile private and hide activity
option. - Visit https://app.opensauced.pizza/u/{your_username}?tab=contributions
- Compare your actual contributions with the data displayed.