File tree 4 files changed +38
-8
lines changed
4 files changed +38
-8
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" : " 073a838986e0d4a0af14095c5983d06faa9cd8fc " ,
3
+ "commit" : " ea12efff947bce80cf31a3f1ed4412eab40e8b33 " ,
4
4
"checkout" : " main" ,
5
5
"context" : {
6
6
"cookiecutter" : {
15
15
"add_go_unit" : " y" ,
16
16
"automerge_patch" : " y" ,
17
17
"automerge_patch_v0" : " n" ,
18
+ "automerge_patch_regexp_blocklist" : " " ,
19
+ "automerge_patch_v0_regexp_allowlist" : " " ,
20
+ "automerge_minor_regexp_allowlist" : " " ,
21
+ "auto_release" : " y" ,
18
22
"copyright_holder" : " VSHN AG <info@vshn.ch>" ,
19
23
"copyright_year" : " 2020" ,
20
24
"github_owner" : " projectsyn" ,
Original file line number Diff line number Diff line change
1
+ name : Autorelease
2
+ on :
3
+ pull_request :
4
+ types :
5
+ - synchronize
6
+ - labeled
7
+ - unlabeled
8
+ - closed
9
+
10
+ jobs :
11
+ create-release-tag :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - name : Create new tag
15
+ uses : projectsyn/pr-label-tag-action@v1
16
+ with :
17
+ trigger : |
18
+ Release
Original file line number Diff line number Diff line change 3
3
push :
4
4
tags :
5
5
- v*
6
+ workflow_dispatch :
6
7
7
8
jobs :
8
9
build :
Original file line number Diff line number Diff line change 7
7
"ignorePaths" : [
8
8
" .github/**"
9
9
],
10
+ "labels" : [
11
+ " dependency"
12
+ ],
13
+ "separateMinorPatch" : true ,
10
14
"postUpgradeTasks" : {
11
15
"commands" : [
12
16
" make gen-golden-all"
13
17
],
14
- "fileFilters" : [ " tests/golden/**" ],
18
+ "fileFilters" : [
19
+ " tests/golden/**"
20
+ ],
15
21
"executionMode" : " update"
16
22
},
17
- "suppressNotifications" : [ " artifactErrors" ],
18
- "labels" : [
19
- " dependency"
23
+ "suppressNotifications" : [
24
+ " artifactErrors"
20
25
],
21
- "separateMinorPatch" : true ,
22
26
"packageRules" : [
23
27
{
24
- "matchUpdateTypes" : [" patch" ],
28
+ "matchUpdateTypes" : [
29
+ " patch"
30
+ ],
25
31
"matchCurrentVersion" : " !/^v?0\\ ./" ,
26
32
"automerge" : true ,
27
33
"platformAutomerge" : false ,
28
34
"labels" : [
29
35
" dependency" ,
30
- " automerge"
36
+ " automerge" ,
37
+ " bump:patch"
31
38
]
32
39
}
33
40
]
You can’t perform that action at this time.
0 commit comments