Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't add a reviewer for github pull request

Tags:

github

review

I am the owner of public github repository, but can't add anyone to review my pull request. It only shows "Nothing to show", regardless the nickname I write. image

like image 822
Nikitin Avatar asked Sep 15 '19 17:09

Nikitin


People also ask

How do you set a reviewer for a pull request?

To add default reviewers for pull requests (requires project admin permissions): Go to Project settings > Default reviewers. Click Add default reviewers. For the Source branch and Target branch fields, select either Branch name, Branch pattern, Branching model, or Any branch.

How do I enable pull requests on GitHub?

Enabling repository maintainer permissions on existing pull requests. On GitHub, navigate to the main page of the upstream repository of your pull request. Under the upstream repository name, click Pull requests. In the list of pull requests, navigate to the pull request that you'd like to allow commits on.

How many GitHub reviewers are there?

Yes, GitHub used to have a limit of 15 reviewers per Pull Request. However, it was recently updated to be a limit of 100 reviewers.


1 Answers

You need to give access to your repository by inviting the user to become a collaborator. Open your repository, go to Settings => Manage Access, and click "Invite a collaborator". This information is from Github Support.

like image 65
Женя Юхновец Avatar answered Sep 18 '22 00:09

Женя Юхновец