Skip to content

Commit 6ec272f

Browse files
committed
style: 🎨 group 'config' copier 'questions' to bottom of file
1 parent 72b7bca commit 6ec272f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

copier.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ is_seedcase_project:
5555
help: "Is this package part of the Seedcase Project?"
5656
default: true
5757

58-
github_repo:
59-
type: str
60-
default: "{{ _copier_conf.dst_path | realpath | basename }}"
61-
when: false
62-
6358
github_user:
6459
type: str
6560
help: "What is the name of the GitHub user or organisation where the repository will be or is stored?"
@@ -102,6 +97,13 @@ github_board_number:
10297
The board number must be an integer.
10398
{% endif %}
10499
100+
# Configurations not asked
101+
102+
github_repo:
103+
type: str
104+
default: "{{ _copier_conf.dst_path | realpath | basename }}"
105+
when: false
106+
105107
github_repo_snake_case:
106108
type: str
107109
default: "{{github_repo | replace('-', '_') | replace('.', '_')}}"

0 commit comments

Comments
 (0)