Remove GitHub App from contributor sidebar #192228
Replies: 3 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for reporting this issue. The discrepancy you’re seeing between the contributors API and the contributor sidebar is likely due to how GitHub aggregates contributor data, including historical interactions from apps such as GitHub Copilot. In some cases, GitHub may display an app in the contributors sidebar if it was previously associated with the repository (e.g., via suggestions, integrations, or temporary interactions), even if no commits were ultimately attributed to it. Since the /contributors API reflects only actual commit authors, it is considered the more accurate source for contribution data. The sidebar cache or UI layer may not yet be synchronized. To resolve this, GitHub would need to refresh or invalidate the cached contributor list. You may consider: Waiting for automatic cache updates This appears to be a UI inconsistency rather than a data integrity issue. |
Beta Was this translation helpful? Give feedback.
-
|
How often are the automatic cache updates? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
The repository iontodirel/libaprsroute shows "Copilot" (github-copilot-cli app) in the contributor sidebar, but no commits in the repository are authored or co-authored by this app. The /repos/iontodirel/libaprsroute/contributors API correctly shows only 2 contributors (iontodirel and es110). The sidebar fragment at /iontodirel/libaprsroute/contributors_list incorrectly lists 3, including the
Copilot app.
Please remove the stale app contributor entry from the sidebar.
Beta Was this translation helpful? Give feedback.
All reactions