Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 969 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 969 Bytes

GitHub CODEOWNERS

Overview

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.

Prototype Structure

  • The CODEOWNERS file is located in the directory .github/
  • This repo, contains two directories:
    • important_files
    • unimportant_files

Testing

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