Files
schemastore/.github/CODEOWNERS
Sorin Sbarnea 114b1e149d Move Zuul CI schema into the catalog (#2156)
As zuul-lint project is pending archival, we move Zuul CI schema in
schemastore. I will continue to help with its maintenance.
2022-03-31 07:45:58 -07:00

16 lines
580 B
Plaintext

# 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
# 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