-
Notifications
You must be signed in to change notification settings - Fork 3
/
CODEOWNERS
Validating CODEOWNERS rules...
35 lines (30 loc) · 1.34 KB
/
CODEOWNERS
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
32
33
34
# vim: set ft=codeowners
#=============================================================================
# NOTE: for VIM syntax, install https://github.com/rhysd/vim-syntax-codeowners
#=============================================================================
#
# FILE: .github/CODEOWNERS
#
# For information on how this file is structured, it's purpose
# and syntax, please read the following: https://bit.ly/github-codeowners
#
# REMEMBER: if you add a new team to this file, make sure that:
#
# 1. The team has this repo added to its Repo list
# 2. The team has write access to this repo
# 3. The settings for the team have "Code Review" tab
# and all checkboxes checked, except "Never assign...".
#
#=============================================================================
# Code
* @fnf-org/fnf-engineeres
# Build — keeping them separately for the time we have a dedicated security team
Dockerfile* @fnf-org/fnf-engineeres
docker-compose.yml @fnf-org/fnf-engineeres
/deploy @fnf-org/fnf-engineeres
# Security
/Gemfile @fnf-org/fnf-engineeres
/Gemfile.lock @fnf-org/fnf-engineeres
/config @fnf-org/fnf-engineeres
/webpack.*.json @fnf-org/fnf-engineeres
# Folks in this team should review all migrations.