mirror of
https://github.com/chenasraf/schemastore.git
synced 2026-05-17 17:58:02 +00:00
As zuul-lint project is pending archival, we move Zuul CI schema in schemastore. I will continue to help with its maintenance.
16 lines
580 B
Plaintext
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
|