File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3
- "commit" : " fc8ae18a6798d5b232442630883e5ec9b8636d09 " ,
3
+ "commit" : " 1062a6134febddc4e4b5479b41afe4ab0f6face0 " ,
4
4
"checkout" : " main" ,
5
5
"context" : {
6
6
"cookiecutter" : {
Original file line number Diff line number Diff line change 5
5
- v*
6
6
7
7
jobs :
8
- dist :
8
+ build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : " 0"
14
14
- name : Build changelog from PRs with labels
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
- lint_yaml
18
18
- lint_adoc
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Run ${{ matrix.command }}
22
22
run : make ${{ matrix.command }}
23
23
editorconfig :
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- uses : snow-actions/eclint@v1.0.1
28
28
with :
29
29
args : ' check'
39
39
run :
40
40
working-directory : ${{ env.COMPONENT_NAME }}
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
with :
44
44
path : ${{ env.COMPONENT_NAME }}
45
45
- name : Compile component
56
56
run :
57
57
working-directory : ${{ env.COMPONENT_NAME }}
58
58
steps :
59
- - uses : actions/checkout@v3
59
+ - uses : actions/checkout@v4
60
60
with :
61
61
path : ${{ env.COMPONENT_NAME }}
62
62
- name : Golden diff
Original file line number Diff line number Diff line change 4
4
" :gitSignOff" ,
5
5
" :disableDependencyDashboard"
6
6
],
7
+ "ignorePaths" : [
8
+ " .github/**"
9
+ ],
7
10
"postUpgradeTasks" : {
8
11
"commands" : [
9
12
" make gen-golden-all"
You can’t perform that action at this time.
0 commit comments