This is a template now.
This commit is contained in:
parent
de7cef1a47
commit
7de5c24227
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -120,8 +120,6 @@
|
|||
dest: .gitignore
|
||||
- source: yamllint
|
||||
dest: .yamllint
|
||||
- source: FUNDING.yml
|
||||
dest: .github/FUNDING.yml
|
||||
- source: pre-commit-config.yaml
|
||||
dest: .pre-commit-config.yaml
|
||||
loop_control:
|
||||
|
|
@ -156,6 +154,8 @@
|
|||
- source: requirements.txt
|
||||
- source: requirements2png.yml
|
||||
dest: .github/workflows/requirements2png.yml
|
||||
- source: FUNDING.yml
|
||||
dest: .github/FUNDING.yml
|
||||
loop_control:
|
||||
label: "{{ item.source }}"
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
github: {{ github_namespace}}
|
||||
Loading…
Reference in New Issue