From 045ff10826c93e83a4194a7cffaa8fa30b749cec Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 17 Nov 2022 12:35:17 +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 63784025..9eb3cc9e 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