forked from adamlaska/circleci-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (22 loc) · 788 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (22 loc) · 788 Bytes
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
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. They will be requested for review when someone opens a pull request.
#
# See GitHub docs for more:
# https://help.github.com/articles/about-codeowners/
*.md @circleci/docs
*.adoc @circleci/docs
*.pdf @circleci/docs
/jekyll/_cci2/ @circleci/docs
/jekyll/_data/ @circleci/docs
/jekyll/_includes/ @circleci/docs
/jekyll/_cci2_ja/ @circleci/translations
/jekyll/_data/ja/ @circleci/translations
/jekyll/_includes/ja/ @circleci/translations
/jekyll/ja/ @circleci/translations
*_ja* @circleci/translations
/src/** @circleci/docs-disco
*package*.json @circleci/docs-disco
*.lock @circleci/docs-disco
Gemfile* @circleci/docs-disco
.*rc* @circleci/docs-disco