BOTMETA: add maintainer, support and labels for hwc_utils.py and unit… (#56092)
* BOTMETA: add maintainer, support and labels for hwc_utils.py and unit test * using anchors and aliases to simplify the definitions
This commit is contained in:
parent
dae5564e2b
commit
22c079e4b5
1 changed files with 7 additions and 2 deletions
9
.github/BOTMETA.yml
vendored
9
.github/BOTMETA.yml
vendored
|
@ -693,7 +693,12 @@ files:
|
|||
maintainers: $team_google
|
||||
supershipit: $team_google
|
||||
$module_utils/gitlab.py: *gitlab
|
||||
$module_utils/hwc_utils.py: *huawei
|
||||
$module_utils/hwc_utils.py: &huawei_hwc
|
||||
<<: *huawei
|
||||
support: community
|
||||
labels:
|
||||
- networking
|
||||
- huawei
|
||||
$module_utils/ipa.py:
|
||||
maintainers: $team_ipa
|
||||
$module_utils/k8s:
|
||||
|
@ -1424,7 +1429,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/hwc: *huawei_hwc
|
||||
test/units/module_utils/acme: *crypto
|
||||
test/units/module_utils/xenserver/: bvitnik
|
||||
test/units/modules/cloud/docker:
|
||||
|
|
Loading…
Reference in a new issue