# Either put this in a file called CODEOWNERS or .bitbucket/CODEOWNERS
# Every line is a file pattern that is followed by one or more code owners.
# Lines starting with # are comments.

# It is important to protect CODEOWNERS file as well because otherwise it can get deleted
# or moved within a pull request; so we want to assign a code owner to it which can prevent this
.bitbucket/CODEOWNERS	        @@stash-admins

# Files to be reviewed by Project-admins group
*Jenkinsfile*					@@akc-owners
.gitignore					@@akc-owners
