-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathCODEOWNERS
More file actions
31 lines (24 loc) · 1.26 KB
/
CODEOWNERS
File metadata and controls
31 lines (24 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @ucalgary-ilab/ucalgary-ilab-website will be requested for
# review when someone opens a pull request.
# Backend files
* @ucalgary-ilab/ucalgary-ilab-website-backend
# Note: backend team needs to update the following rules (until devops lines) on newly introduced folders/files
# Order is important; the last matching pattern takes the most
# precedence.
# Documentation files
README.md @ucalgary-ilab/ucalgary-ilab-website-backend @ucalgary-ilab/ucalgary-ilab-website-content
# Content files
/content/ @ucalgary-ilab/ucalgary-ilab-website-content
/static/ @ucalgary-ilab/ucalgary-ilab-website-content
# When someone opens a pull request that only
# modifies ,github files, only @ucalgary-ilab/ucalgary-ilab-devops and not the global
# owner(s) will be requested for a review.
CNAME @ucalgary-ilab/ucalgary-ilab-devops
CODEOWNERS @ucalgary-ilab/ucalgary-ilab-devops
LICENSE @ucalgary-ilab/ucalgary-ilab-devops
.github/ @ucalgary-ilab/ucalgary-ilab-devops