mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
Allow changelog fragments with .yaml ending.
This commit is contained in:
parent
0d42792f97
commit
f17e6d52bd
@ -67,6 +67,7 @@ def main():
|
|||||||
# The following paths are allowed to have no license identifier
|
# The following paths are allowed to have no license identifier
|
||||||
no_comments_allowed = [
|
no_comments_allowed = [
|
||||||
'changelogs/fragments/*.yml',
|
'changelogs/fragments/*.yml',
|
||||||
|
'changelogs/fragments/*.yaml',
|
||||||
]
|
]
|
||||||
|
|
||||||
# These files are completely ignored
|
# These files are completely ignored
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user