diff --git a/templates/CODEOWNERS.j2 b/templates/CODEOWNERS.j2 index a367185..5227125 100644 --- a/templates/CODEOWNERS.j2 +++ b/templates/CODEOWNERS.j2 @@ -1,6 +1,6 @@ # Code Owners -The following individuals are designated as code owner(s) for specific files/directories in the repository: +# The following individuals are designated as code owner(s) for specific files/directories in the repository: {% for entry in repo.codeowners | default([]) %} {{ entry.pattern }} {{ entry.owners | join(' ') }}