Skip to content
Discussion options

You must be logged in to vote

Hi @ds-solum,

Great question! Here’s what’s happening:

When you add a team to your organization with only org-wide access (like read permissions), GitHub does not consider that team to have “direct access” to individual repositories. For the Auto Assign feature to work and for the team to be selectable as a reviewer, the team must be explicitly added to each repository with at least write access.

Why is this?

  • Assigning reviewers (teams or individuals) requires “write” permissions on the repo, not just “read.”
  • Org-wide read permissions let team members see the repo, but do not let them be assigned as reviewers or participate in pull requests.
  • This is intentional for security reasons: only…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ds-solum
Comment options

Answer selected by ds-solum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Requests Propose, review, and discuss changes to a repository's codebase Question Ask and answer questions about GitHub features and usage
2 participants