mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 19:50:30 -07:00
* Fix BOTMETA and authors mistakes.
* Fix BOTMETA sanity test regex.
(cherry picked from commit 11205eefee
)
This commit is contained in:
parent
2024dc37af
commit
fe3de232f0
2 changed files with 10 additions and 2 deletions
10
.github/BOTMETA.yml
vendored
10
.github/BOTMETA.yml
vendored
|
@ -164,7 +164,7 @@ files:
|
||||||
$inventories/proxmox.py:
|
$inventories/proxmox.py:
|
||||||
maintainers: $team_virt ilijamt
|
maintainers: $team_virt ilijamt
|
||||||
$inventories/icinga2.py:
|
$inventories/icinga2.py:
|
||||||
maintainers: bongoeadgc6
|
maintainers: BongoEADGC6
|
||||||
$inventories/scaleway.py:
|
$inventories/scaleway.py:
|
||||||
maintainers: $team_scaleway
|
maintainers: $team_scaleway
|
||||||
labels: cloud scaleway
|
labels: cloud scaleway
|
||||||
|
@ -320,6 +320,10 @@ files:
|
||||||
$modules/cloud/misc/proxmox_kvm.py:
|
$modules/cloud/misc/proxmox_kvm.py:
|
||||||
maintainers: helldorado
|
maintainers: helldorado
|
||||||
ignore: skvidal
|
ignore: skvidal
|
||||||
|
$modules/cloud/misc/proxmox_nic.py:
|
||||||
|
maintainers: Kogelvis
|
||||||
|
$modules/cloud/misc/proxmox_tasks_info:
|
||||||
|
maintainers: paginabianca
|
||||||
$modules/cloud/misc/proxmox_template.py:
|
$modules/cloud/misc/proxmox_template.py:
|
||||||
maintainers: UnderGreen
|
maintainers: UnderGreen
|
||||||
ignore: skvidal
|
ignore: skvidal
|
||||||
|
@ -914,6 +918,10 @@ files:
|
||||||
$modules/remote_management/manageiq/:
|
$modules/remote_management/manageiq/:
|
||||||
labels: manageiq
|
labels: manageiq
|
||||||
maintainers: $team_manageiq
|
maintainers: $team_manageiq
|
||||||
|
$modules/remote_management/manageiq/manageiq_alert_profiles.py:
|
||||||
|
maintainers: elad661
|
||||||
|
$modules/remote_management/manageiq/manageiq_alerts.py:
|
||||||
|
maintainers: elad661
|
||||||
$modules/remote_management/manageiq/manageiq_group.py:
|
$modules/remote_management/manageiq/manageiq_group.py:
|
||||||
maintainers: evertmulder
|
maintainers: evertmulder
|
||||||
$modules/remote_management/manageiq/manageiq_tenant.py:
|
$modules/remote_management/manageiq/manageiq_tenant.py:
|
||||||
|
|
|
@ -56,7 +56,7 @@ FILENAME = '.github/BOTMETA.yml'
|
||||||
|
|
||||||
LIST_ENTRIES = frozenset(('supershipit', 'maintainers', 'labels', 'keywords', 'notify', 'ignore'))
|
LIST_ENTRIES = frozenset(('supershipit', 'maintainers', 'labels', 'keywords', 'notify', 'ignore'))
|
||||||
|
|
||||||
AUTHOR_REGEX = re.compile(r'^\w.*\(@([\w-]+)\)(?![\w.])$')
|
AUTHOR_REGEX = re.compile(r'^\w.*\(@([\w-]+)\)(?![\w.])')
|
||||||
|
|
||||||
|
|
||||||
def read_authors(filename):
|
def read_authors(filename):
|
||||||
|
|
Loading…
Add table
Reference in a new issue