diff options
author | René Moser <mail@renemoser.net> | 2019-04-02 09:36:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 09:36:28 +0200 |
commit | 07a095495772a09e2af10ed55785ac166a9c835f (patch) | |
tree | f7f675f591c6939f3a4d0927067ec2a165ac1514 /.github | |
parent | vultr: fix missing encoding header (#54696) (diff) | |
download | ansible-07a095495772a09e2af10ed55785ac166a9c835f.tar.xz ansible-07a095495772a09e2af10ed55785ac166a9c835f.zip |
botmeta: add huawei team (#54651)
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 5343e9894e..e5a6068999 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -139,6 +139,10 @@ files: keywords: [ hcloud, hetzner cloud ] labels: [ cloud, hcloud ] maintainers: $team_hcloud + $modules/cloud/huawei/: &huawei + keywords: [ cloud, huawei, hwc ] + labels: [ cloud, huawei ] + maintainers: $team_huawei $modules/cloud/kubevirt/: machacekondra mmazur pkliczewski $modules/cloud/linode/: $team_linode $modules/cloud/lxd/: hnakamur @@ -674,6 +678,7 @@ files: maintainers: $team_google supershipit: $team_google $module_utils/gitlab.py: *gitlab + $module_utils/hwc_utils.py: *huawei $module_utils/ipa.py: maintainers: $team_ipa $module_utils/k8s: @@ -1089,6 +1094,7 @@ files: support: community supershipit: $team_google maintainers: $team_google + $plugins/doc_fragments/hwc.py: *huawei $plugins/doc_fragments/intersight.py: *intersight $plugins/doc_fragments/mso.py: *aci $plugins/doc_fragments/mysql.py: *mysql @@ -1339,6 +1345,7 @@ files: test/integration/targets/gcp: maintainers: $team_google supershipit: $team_google + test/integration/targets/hwc_: *huawei test/integration/targets/inventory_docker: *docker test/integration/targets/inventory_docker_swarm: <<: *docker @@ -1376,6 +1383,7 @@ files: <<: *docker support: community test/units/module_utils/facts/network/test_generic_bsd.py: *bsd + test/units/module_utils/hwc: *huawei test/units/module_utils/acme: *crypto test/units/module_utils/xenserver/: bvitnik test/units/modules/cloud/docker: @@ -1427,6 +1435,7 @@ macros: team_google: rambleraptor erjohnso team_hcloud: cschmitt-hcloud LKaemmerling team_hpux: bcoca dagwieers davx8342 + team_huawei: zhongjun2 zengchen1024 niuzhenguo freesky-edward TommyLike edisonxiang team_imc: dagwieers team_intersight: dsoper2 movinalot team_ios: rcarrillocruz |