In this lesson, you will learn how to automatically assign pull requests to other collaborators on GitHub. Create the file .github/CODEOWNERS
and use the code * {github_usernames}
and you're done.
If you prefer to learn by reading, you can read the accompanying blog post.
To learn more about the syntax for code owners, read the GitHub docs.