How automatically add a reviewer from a team when a PR is created? #47988
|
Hello everyone! We recently move from Gitlab to GitHub and I struggle with a automatic reviewer assignment. Thanks in advance! |
Replies: 3 comments 6 replies
|
It sounds like a You can add a branch protection rule to require reviews before merging. |
|
Thank you @spenserblack for your answer! It seems indeed to be the solution for my issue. |
|
I have the githup/CODEOWNERS with below content but when i create pull request , it is not assigning the default reviewers . |
It sounds like a
CODEOWNERSfile is what you need for automatic reviewer assignments 🙂You can add a branch protection rule to require reviews before merging.