-
Notifications
You must be signed in to change notification settings - Fork 124
/
plan.yml
49 lines (49 loc) · 1.08 KB
/
plan.yml
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
47
48
49
checks:
- type: repo_is_clean
params:
repo: template
- type: repo_is_clean
params:
repo: plugin
actions:
- paths:
- build
actions:
- type: overwrite_directory
params:
create: true
- paths:
- Makefile
- .editorconfig
actions:
- type: overwrite_file
params:
create: true
conditions:
- type: file_unaltered
params:
repo: plugin
reference-repo: template
- paths:
- go.mod
- webapp/webpack.config.js
- webapp/tsconfig.json
- webapp/.eslintrc.json
- webapp/src/index.js
- server/configuration.go
- server/plugin.go
- server/plugin_test.go
- public/hello.html
- .circleci/config.yml
- webapp/i18n/en.json
- webapp/package.json
actions:
- type: overwrite_file
conditions:
- type: exists
params:
repo: plugin
- type: file_unaltered
params:
repo: plugin
reference-repo: template