mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 10:14:39 +02:00
Allow changelog fragments with .yaml ending.
This commit is contained in:
parent
b539ed6aa4
commit
1353055fe2
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def main():
|
|||
# The following paths are allowed to have no license identifier
|
||||
no_comments_allowed = [
|
||||
'changelogs/fragments/*.yml',
|
||||
'changelogs/fragments/*.yaml',
|
||||
]
|
||||
|
||||
# These files are completely ignored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue