BOTMETA: Add labels for popular docs (#55764)
* BOTMETA: Add labels for popular docs For the more active parts of the docs tree ensure we set the right labels and maintainers so we get technical reviews. * team_cloudstack Signed-off-by: John R Barker <john@johnrbarker.com>
This commit is contained in:
parent
ed6fa82d0c
commit
a237e2dd6a
1 changed files with 38 additions and 13 deletions
51
.github/BOTMETA.yml
vendored
51
.github/BOTMETA.yml
vendored
|
@ -1315,6 +1315,44 @@ files:
|
|||
keywords:
|
||||
- jinja
|
||||
- jinja2
|
||||
##############################
|
||||
# docs
|
||||
docs/:
|
||||
maintainers:
|
||||
- acozine
|
||||
docs/docsite/rst/community/:
|
||||
maintainers:
|
||||
- gundalow
|
||||
docs/docsite/rst/dev_guide/:
|
||||
maintainers:
|
||||
- gundalow
|
||||
docs/docsite/rst/dev_guide/developing_modules_general_aci.rst: *aci
|
||||
docs/docsite/rst/network/:
|
||||
labels: networking
|
||||
maintainers:
|
||||
- samccann
|
||||
docs/docsite/rst/scenario_guides/guide_aci.rst: *aci
|
||||
docs/docsite/rst/scenario_guides/guide_aws.rst:
|
||||
labels:
|
||||
- aws
|
||||
- cloud
|
||||
maintainers: s-hertel
|
||||
docs/docsite/rst/scenario_guides/guide_azure.rst:
|
||||
labels:
|
||||
- azure
|
||||
- cloud
|
||||
maintainers: $team_azure
|
||||
docs/docsite/rst/scenario_guides/guide_cloudstack.rst:
|
||||
labels:
|
||||
- cloud
|
||||
- cloudstack
|
||||
maintainers: $team_cloudstack
|
||||
docs/docsite/rst/scenario_guides/guide_docker.rst: *docker
|
||||
docs/docsite/rst/scenario_guides/guide_vmware.rst: *vmware
|
||||
docs/docsite/rst/user_guide/intro_bsd.rst: *bsd
|
||||
docs/docsite/rst/user_guide/windows: *windows_core
|
||||
###############################
|
||||
# 'test' is a component path, then 'test' label will be automatically added
|
||||
test/sanity/validate-modules:
|
||||
notified:
|
||||
- mattclay
|
||||
|
@ -1328,19 +1366,6 @@ files:
|
|||
notified:
|
||||
- gundalow
|
||||
- sivel
|
||||
docs/:
|
||||
maintainers:
|
||||
- acozine
|
||||
docs/docsite/rst/dev_guide/developing_modules_general_aci.rst: *aci
|
||||
docs/docsite/rst/network/:
|
||||
labels: networking
|
||||
maintainers:
|
||||
- samccann
|
||||
docs/docsite/rst/scenario_guides/guide_aci.rst: *aci
|
||||
docs/docsite/rst/scenario_guides/guide_docker.rst: *docker
|
||||
docs/docsite/rst/user_guide/intro_bsd.rst: *bsd
|
||||
###############################
|
||||
# 'test' is a component path, then 'test' label will be automatically added
|
||||
test/integration/targets/aci_: *aci
|
||||
test/integration/targets/asa_: *asa
|
||||
test/integration/targets/acme: *crypto
|
||||
|
|
Loading…
Reference in a new issue