mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix action plugin BOTMETA entries. (#2707)
This commit is contained in:
parent
d49783280e
commit
4396ec9631
1 changed files with 5 additions and 6 deletions
11
.github/BOTMETA.yml
vendored
11
.github/BOTMETA.yml
vendored
|
@ -6,12 +6,9 @@ files:
|
||||||
support: community
|
support: community
|
||||||
$actions:
|
$actions:
|
||||||
labels: action
|
labels: action
|
||||||
$actions/aireos.py:
|
$actions/system/iptables_state.py:
|
||||||
labels: aireos cisco networking
|
maintainers: quidame
|
||||||
$actions/ironware.py:
|
$actions/system/shutdown.py:
|
||||||
maintainers: paulquack
|
|
||||||
labels: ironware networking
|
|
||||||
$actions/shutdown.py:
|
|
||||||
maintainers: nitzmahone samdoran aminvakil
|
maintainers: nitzmahone samdoran aminvakil
|
||||||
$becomes/:
|
$becomes/:
|
||||||
labels: become
|
labels: become
|
||||||
|
@ -853,6 +850,8 @@ files:
|
||||||
labels: interfaces_file
|
labels: interfaces_file
|
||||||
$modules/system/iptables_state.py:
|
$modules/system/iptables_state.py:
|
||||||
maintainers: quidame
|
maintainers: quidame
|
||||||
|
$modules/system/shutdown.py:
|
||||||
|
maintainers: nitzmahone samdoran aminvakil
|
||||||
$modules/system/java_cert.py:
|
$modules/system/java_cert.py:
|
||||||
maintainers: haad absynth76
|
maintainers: haad absynth76
|
||||||
$modules/system/java_keystore.py:
|
$modules/system/java_keystore.py:
|
||||||
|
|
Loading…
Reference in a new issue