diff --git a/templates/settings.yml.j2 b/templates/settings.yml.j2 index efd11f8..0cf06bf 100644 --- a/templates/settings.yml.j2 +++ b/templates/settings.yml.j2 @@ -3,3 +3,4 @@ repository: description: {{ meta.galaxy_info.description }} homepage: {{ author_website }} + topics: {% for tag in meta.galaxy_info.galaxy_tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}, hacktoberfest