-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
|
You cannot manually remove a contributor from that list. The list is automatically generated by GitHub's backend based on commit authorship metadata, not the current state of the branch. Even though you deleted the commits from the current branch, the github-actions[bot] user is still listed because: The only way to update the list is to wait. GitHub's systems periodically recalculate contributor statistics based on the current default branch's history. This can take anywhere from a few hours to a few days. There is no user-controlled setting to force a removal. Once the backend process runs and detects that the user has no commits on the default branch, it will automatically be removed from the list. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Yep, |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
|
Switching the default branch to a different one and back will force an update and remove the bot. |
Beta Was this translation helpful? Give feedback.

Switching the default branch to a different one and back will force an update and remove the bot.