mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
|
keywords:
|
||||||
- jinja
|
- jinja
|
||||||
- jinja2
|
- 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:
|
test/sanity/validate-modules:
|
||||||
notified:
|
notified:
|
||||||
- mattclay
|
- mattclay
|
||||||
|
@ -1328,19 +1366,6 @@ files:
|
||||||
notified:
|
notified:
|
||||||
- gundalow
|
- gundalow
|
||||||
- sivel
|
- 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/aci_: *aci
|
||||||
test/integration/targets/asa_: *asa
|
test/integration/targets/asa_: *asa
|
||||||
test/integration/targets/acme: *crypto
|
test/integration/targets/acme: *crypto
|
||||||
|
|
Loading…
Reference in a new issue