File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
3+ * @ ONSdigital/ons-python-template
Original file line number Diff line number Diff line change @@ -54,6 +54,14 @@ repository_owner:
5454 help : " What is your repository owner? (e.g. your GitHub username)"
5555 default : " ONSdigital"
5656
57+ code_owner :
58+ type : str
59+ help : " What is your CODEOWNERS default? (e.g. @org/team or @username)"
60+ validator : >-
61+ {% if not code_owner.startswith('@') %}
62+ CODEOWNERS must start with '@' (e.g. @username or @org/team)
63+ {% endif %}
64+
5765repository_visibility :
5866 type : str
5967 help : " What is your repository visibility?"
Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
3+ * {{ code_owner }}
You can’t perform that action at this time.
0 commit comments