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
CODEOWNERSfile is located in the directory.github/ - This repo, contains two directories:
important_filesunimportant_files
CODEOWNERS has been configured to restrict updates to the important_files directory.
- You should be able to edit the files in
unimportant_filesand merge them without any problems - You should not be able to merge changes to the
important_filesdirectory without review/approval from @jepowers