8000 [WIP] nix shipit by jctanner · Pull Request #57246 · ansible/ansible · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[WIP] nix shipit #57246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ files:
$modules/cloud/huawei/: &huawei
keywords: [ cloud, huawei, hwc ]
labels: [ cloud, huawei ]
maintainers: $team_huawei
maintainers: $team_ansible
ignored: $team_ansible
$modules/cloud/kubevirt/: &kubevirt
keywords: [ kubevirt ]
labels: [ cloud, kubevirt ]
Expand Down Expand Up @@ -301,7 +302,9 @@ files:
labels: [ asa, cisco, networking ]
$modules/network/avi/: $team_avi
$modules/network/bigswitch/: jayakody tedelhourani vuile
$modules/network/cloudengine/: QijunPan xuxiaowei0512
$modules/network/cloudengine/:
maintainers: $team_ansible
ignored: $team_huawei
$modules/network/cnos/: dkasberg amuraleedhar
$modules/network/cumulus/: $team_cumulus
$modules/network/dellos10/: skg-net
Expand Down Expand Up @@ -696,6 +699,8 @@ files:
$module_utils/gitlab.py: *gitlab
$module_utils/hwc_utils.py: &huawei_hwc
<<: *huawei
maintainers: $team_ansible
ignored: $team_huawei
support: community
labels:
- networking
Expand Down Expand Up @@ -740,7 +745,8 @@ files:
$module_utils/network/bigswitch:
maintainers: jayakody tedelhourani vuile
$module_utils/network/cloudengine:
maintainers: QijunPan
maintainers: $team_ansible
ignored: $team_huawei
$module_utils/network/cnos:
maintainers: dkasberg amuraleedhar
$module_utils/network/common:
Expand Down Expand Up @@ -1117,7 +1123,9 @@ files:
support: community
supershipit: $team_google
maintainers: $team_google
$plugins/doc_fragments/hwc.py: *huawei
$plugins/doc_fragments/hwc.py:
maintainers: $team_ansible
ignored: $team_huawei
$plugins/doc_fragments/intersight.py: *intersight
$plugins/doc_fragments/mso.py: *aci
$plugins/doc_fragments/mysql.py: *mysql
Expand Down Expand Up @@ -1394,7 +1402,9 @@ files:
test/integration/targets/gcp:
maintainers: $team_google
supershipit: $team_google
test/integration/targets/hwc_: *huawei
test/integration/targets/hwc_:
maintainers: $team_ansible
ignored: $team_huawei
test/integration/targets/inventory_docker: *docker
test/integration/targets/inventory_docker_swarm:
<<: *docker
Expand Down Expand Up @@ -1430,7 +1440,9 @@ files:
<<: *docker
support: community
test/units/module_utils/facts/network/test_generic_bsd.py: *bsd
test/units/module_utils/hwc: *huawei_hwc
test/units/module_utils/hwc:
maintainers: $team_ansible
ignored: $team_huawei
test/units/module_utils/acme: *crypto
test/units/module_utils/xenserver/: bvitnik
test/units/modules/cloud/docker:
Expand Down Expand Up @@ -1483,7 +1495,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_huawei: zhongjun2 zengchen1024 niuzhenguo freesky-edward TommyLike edisonxiang QijunPan
team_imc: dagwieers
team_intersight: dsoper2 movinalot
team_ios: rcarrillocruz
Expand Down
0