Home > Blockchain >  Github visible actions
Github visible actions

Time:04-04

I've been invited to a repo by an organization for a take home interview project. I'm concerned that if I accept it that it will show up on the github feed and my coworkers are able to see it. Especially when I make commits and pull request. Is this true? Can it be prevented?

CodePudding user response:

It will show up on your feed. (Kinda) It will say x contributions in private repositories. You can see an example below from my account:

enter image description here

People that do have view access or higher will see the repository and what you did, PRs, issues, etc.

  • Related