With Github’s CODEOWNERS integration, you can configure pull requests to be reviewed by specific team members, depending on the files changed.Since digger automatically queries github’s API for mergability status of the pull request before apply, no additional changes are needed to make
digger integration with CODEOWNERS. Here is an example CODEOWNERS file:
Copy
Ask AI
prod @ZIJ # ensure ZIJ is reviewer for any prod changes
And to enforce it at the PR level we need to add a branch protection rule to the default branch, ensuring to check CODEOWNERS reviewers
settings > branches > “Require review from Code Owners”