-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsync.yml
More file actions
46 lines (44 loc) · 1.42 KB
/
sync.yml
File metadata and controls
46 lines (44 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
group:
- files:
# General
- source: .github/CODEOWNERS
dest: .github/CODEOWNERS
- source: .pre-commit-config.yaml
dest: .pre-commit-config.yaml
- source: .editorconfig
dest: .editorconfig
- source: .gitignore
dest: .gitignore
- source: justfile
dest: justfile
- source: .cz.toml
dest: .cz.toml
- source: pytest.ini
dest: pytest.ini
- source: ruff.toml
dest: ruff.toml
- source: LICENSE.md
dest: LICENSE.md
- source: .github/pull_request_template.md
dest: .github/pull_request_template.md
- source: mypy.ini
dest: mypy.ini
# Actions
- source: .github/workflows/add-to-project.yml
dest: .github/workflows/add-to-project.yml
- source: .github/workflows/build-package.yml
dest: .github/workflows/build-package.yml
- source: .github/workflows/build-website.yml
dest: .github/workflows/build-website.yml
- source: .github/workflows/release-package.yml
dest: .github/workflows/release-package.yml
- source: .github/workflows/scorecards.yml
dest: .github/workflows/scorecards.yml
- source: .github/_project-dependabot.yml
dest: .github/dependabot.yml
# VSCode Settings
- source: .vscode/
dest: .vscode/
deleteOrphaned: true
repos: |
seedcase-project/seedcase-sprout