Skip to content

Commit

Permalink
Allow changelog fragments with .yaml ending.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 17, 2022
1 parent b539ed6 commit 1353055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sanity/extra/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1353055

Please sign in to comment.