mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
* Fix BOTMETA and authors mistakes.
* Fix BOTMETA sanity test regex.
(cherry picked from commit 11205eefee
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7f0702b786
commit
54ede7dd7f
3 changed files with 12 additions and 4 deletions
|
@ -56,7 +56,7 @@ FILENAME = '.github/BOTMETA.yml'
|
|||
|
||||
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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue