This prototype is designed to gain familiarity with GitHub's CODEOWNERS tool.
For more detailed information on CODEOWNERS, visit CloudAvail's own wiki article or the official GitHub documentation.
- The
CODEOWNERS
file is located in the directory.github/
- This repo, contains two directories:
important_files
unimportant_files
CODEOWNERS has been configured to restrict updates to the important_files
directory.
- You should be able to edit the files in
unimportant_files
and merge them without any problems - You should not be able to merge changes to the
important_files
directory without review/approval from @jepowers