Set default reviewer

I make requests in a repo where he is always the same person browsing. I would like it to be the default reviewer, so I don’t always have to select it with every pull request, it would be automatic. How to do it?

+4
source share
1 answer

GitHub has the ability to set a reviewer by default using a CODEOWNERSfile.

Code owners are automatically requested to view when someone opens a transfer request that changes the code that they have. When someone with administrative rights has the required required reviews , they may not necessarily require approval from the owner of the code.

CODEOWNERS, CODEOWNERS docs/ .github/ , , .

+2

Source: https://habr.com/ru/post/1686116/


All Articles