Allow changelog fragments with .yaml ending.

pull/532/head
Felix Fontein 2022-11-17 12:35:17 +01:00
parent 2a746115ca
commit 045ff10826
1 changed files with 1 additions and 0 deletions

View File

@ -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