-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
Copy pathCODEOWNERS
24 lines (20 loc) · 913 Bytes
/
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
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
#
# These owners will be the default owners for everything in
# the repo, unless a later match takes precedence.
* @madskristensen
# * @hyperupcall
# Managed by Ansible DevTools Team members:
src/schemas/json/ansible-* @ssbarnea @webknjaz
src/test/ansible-* @ssbarnea @webknjaz
src/test/yamllint/ansible-* @ssbarnea @webknjaz
# Zuul CI Schemas:
src/schemas/json/zuul.json @ssbarnea
src/test/zuul/ @ssbarnea
src/negative_test/zuul/ @ssbarnea
# Managed by CircleCI Developer Experience team:
src/schemas/json/circleciconfig.json @CircleCI-Public/developer-experience
src/test/circleciconfig/ @CircleCI-Public/developer-experience
src/negative_test/circleciconfig/ @CircleCI-Public/developer-experience
# For testing purposes
editor-features.md @hyperupcall