-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsync.yml
More file actions
42 lines (39 loc) · 986 Bytes
/
Copy pathsync.yml
File metadata and controls
42 lines (39 loc) · 986 Bytes
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
group:
# code quality workflow
- files:
- source: workflows/code-quality/
dest: .github/workflows/
- source: configs/dependabot.yml
dest: .github/dependabot.yml
repos: |
JesperDramsch/ml.recipes
JesperDramsch/keras-complex
JesperDramsch/data-science-gui.de
JesperDramsch/python-deadlines
JesperDramsch/advent-of-code
# python workflows
- files:
- source: workflows/python/
dest: .github/workflows/
- source: configs/python/
dest: ./
repos: |
JesperDramsch/keras-complex
# pre-commit checks
- files:
- source: configs/python/
dest: ./
repos: |
JesperDramsch/python-deadlines
# label sync
- files:
- source: workflows/issue-pr/labeler.yml
dest: .github/workflows/labeler.yml
- source: configs/labeler.yml
dest: .github/labeler.yml
repos: |
JesperDramsch/ml.recipes
JesperDramsch/keras-complex
JesperDramsch/data-science-gui.de
JesperDramsch/python-deadlines
JesperDramsch/advent-of-code