From 1353055fe26ea90b43dc85741646e3847fe361ee Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 17 Nov 2022 12:42:01 +0100 Subject: [PATCH] Allow changelog fragments with .yaml ending. --- tests/sanity/extra/licenses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py index 127288c..80eb795 100755 --- a/tests/sanity/extra/licenses.py +++ b/tests/sanity/extra/licenses.py @@ -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