Remove AI contributor from repository contributors list #175200
Replies: 5 comments 3 replies
-
|
Hey there! 👋 Thanks for posting in the GitHub Community, @Imadeveloperrr ! We're happy you're here. You are more likely to get a useful response if you are posting in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. I've gone ahead and moved this to the correct category for you, |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
I "fixed" this problem by creating another copy of my repo, then doing a rename dance to rename and archive the original tainted one. I saw that @claude was being counted from GitHub-managed hidden PR refs (refs/pull/*/head) containing "Co-Authored-By: Claude" ..., I couldn't figure out how to change the hidden refs. So made a copy and pushed the clean main history into it. Shame on you @claude (and Anthropic). I use lots of LLM tools and only @claude tries to spam my commit messages with ads. |
Beta Was this translation helpful? Give feedback.
-
|
I'm all for disclosing what's been authored with Ai, but yeah, Anthropic overdid it taking advantage of the contributor side panel with the blatant logo promotion as advertisement. Can't blame homie for trying though. Anyway, here's what I've done to remove the offending commits using rebase:
I'm hoping that this will update the repo the next time the cache updates*. Otherwise I'll have to consider the rename dance. To prevent the same problem in the future, as per https://code.claude.com/docs/en/settings#attribution-settings:
{
"attribution": {
"commit": "",
"pr": ""
}
}P.S. This is ironic being here talking about ads in repos because I'm the reason for GitHub's ad policy for repos - back around 2015 or so while automating placing an ad for my own company in all my cloned repos I accidentally got some forked repos in the mix which inadvertently added ads to some PRs. I was temporarily banned, but since I hadn't actually violated any terms they reinstated my account and quickly changed to the terms of service and ad policy. Seems like it needs an update for the Ai world. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
GitHub Feature Area
Actions
Body
Hello GitHub Support,
I need help removing an AI contributor named "Claude" from my repository's
contributors list at:
https://github.com/Imadeveloperrr/shopingmall
This AI contributor appears in the contributors section but should not be listed
as it's not a human contributor. I have already added .gitattributes settings
to prevent future AI contributions from being tracked.
Could you please remove "Claude" from the contributors list for this repository?
Repository: https://github.com/Imadeveloperrr/shopingmall
Issue: Unwanted AI contributor in contributors list
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions