Home > database >  Ghost Contributor on Github (Github Bug)
Ghost Contributor on Github (Github Bug)

Time:09-10

Hello StackOverflow.
I came across a strange bug on Github.

Repository Link

I created a repository 4 months ago. And added only 2 contributors to that repository.

• I didn’t add anymore contributors But There is another contributor added.

ScreenShot of Contributor

• I tried to remove that contributor but couldn’t find him on Collaborators & Teams - Manage Access

ScreenShot of Contributor Page

CodePudding user response:

That's maybe because he made a commit and you/your team accepted his pull request

CodePudding user response:

You have to set the Branch protection rule by enabling Require approvals under Settings > Branches > Branch protection rules > Require a pull request before merging > Require approvals.

  • Related