Add labels for module_utils entries
And simplify syntax for single-item lists.
This commit is contained in:
parent
22fda12ac1
commit
96bb1b664c
1 changed files with 14 additions and 13 deletions
27
.github/BOTMETA.yml
vendored
27
.github/BOTMETA.yml
vendored
|
@ -35,11 +35,9 @@
|
||||||
automerge: True
|
automerge: True
|
||||||
files:
|
files:
|
||||||
.github/BOTMETA.yml:
|
.github/BOTMETA.yml:
|
||||||
labels:
|
labels: botmeta
|
||||||
- botmeta
|
|
||||||
$modules/cloud/amazon/:
|
$modules/cloud/amazon/:
|
||||||
notify:
|
notify: willthames
|
||||||
- willthames
|
|
||||||
$modules/cloud/amazon/aws_api_gateway.py: mikedlr willthames
|
$modules/cloud/amazon/aws_api_gateway.py: mikedlr willthames
|
||||||
$modules/cloud/amazon/aws_direct_connect_connection.py: s-hertel
|
$modules/cloud/amazon/aws_direct_connect_connection.py: s-hertel
|
||||||
$modules/cloud/amazon/aws_direct_connect_link_aggregation_group.py: s-hertel
|
$modules/cloud/amazon/aws_direct_connect_link_aggregation_group.py: s-hertel
|
||||||
|
@ -816,15 +814,13 @@ files:
|
||||||
- dynamic inventory script
|
- dynamic inventory script
|
||||||
- dynamic inventory
|
- dynamic inventory
|
||||||
- inventory script
|
- inventory script
|
||||||
labels:
|
labels: "c:inventory/contrib_script"
|
||||||
- "c:inventory/contrib_script"
|
|
||||||
support: community
|
support: community
|
||||||
contrib/inventory/linode.py:
|
contrib/inventory/linode.py:
|
||||||
keywords:
|
keywords:
|
||||||
- linode dynamic inventory script
|
- linode dynamic inventory script
|
||||||
maintainers: intheclouddan rwaweber zbal
|
maintainers: intheclouddan rwaweber zbal
|
||||||
labels:
|
labels: cloud
|
||||||
- cloud
|
|
||||||
contrib/inventory/openstack.py:
|
contrib/inventory/openstack.py:
|
||||||
keywords:
|
keywords:
|
||||||
- openstack dynamic inventory script
|
- openstack dynamic inventory script
|
||||||
|
@ -872,7 +868,9 @@ files:
|
||||||
labels: networking
|
labels: networking
|
||||||
$module_utils/aci.py:
|
$module_utils/aci.py:
|
||||||
maintainers: dagwieers schunduri jmcgill298
|
maintainers: dagwieers schunduri jmcgill298
|
||||||
labels: networking
|
labels:
|
||||||
|
- aci
|
||||||
|
- networking
|
||||||
$module_utils/aireos.py:
|
$module_utils/aireos.py:
|
||||||
maintainers: jmighion
|
maintainers: jmighion
|
||||||
labels: networking
|
labels: networking
|
||||||
|
@ -887,7 +885,9 @@ files:
|
||||||
labels: networking
|
labels: networking
|
||||||
$module_utils/avi.py:
|
$module_utils/avi.py:
|
||||||
maintainers: $team_avi
|
maintainers: $team_avi
|
||||||
labels: networking
|
labels:
|
||||||
|
- avi
|
||||||
|
- networking
|
||||||
$module_utils/bigswitch_utils.py:
|
$module_utils/bigswitch_utils.py:
|
||||||
maintainers: jayakody tedelhourani vuile
|
maintainers: jayakody tedelhourani vuile
|
||||||
labels: networking
|
labels: networking
|
||||||
|
@ -913,7 +913,9 @@ files:
|
||||||
labels: networking
|
labels: networking
|
||||||
$module_utils/f5_utils.py:
|
$module_utils/f5_utils.py:
|
||||||
maintainers: caphrim007
|
maintainers: caphrim007
|
||||||
labels: networking
|
labels:
|
||||||
|
- f5
|
||||||
|
- networking
|
||||||
$module_utils/fortios.py:
|
$module_utils/fortios.py:
|
||||||
maintainers: bjolivot
|
maintainers: bjolivot
|
||||||
labels: networking
|
labels: networking
|
||||||
|
@ -1086,8 +1088,7 @@ files:
|
||||||
- validate-modules
|
- validate-modules
|
||||||
docs/:
|
docs/:
|
||||||
labels: docs_pull_request
|
labels: docs_pull_request
|
||||||
notify:
|
notify: dharmabumstead
|
||||||
- dharmabumstead
|
|
||||||
packaging/:
|
packaging/:
|
||||||
# 'packaging' automatically added to labels
|
# 'packaging' automatically added to labels
|
||||||
macros:
|
macros:
|
||||||
|
|
Loading…
Reference in a new issue