File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 }
4444 ],
4545 "pr_template" : " - ${{TITLE}} ##{{NUMBER}} by @#{{AUTHOR}}" ,
46+ "max_pull_requests" : 300 ,
4647 "empty_template" : " - no changes" ,
4748 "transformers" : [
4849 {
Original file line number Diff line number Diff line change 5454
5555 - name : Get Previous tag
5656 id : previous_tag
57- uses : " WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce " # v1.4 .0
57+ uses : " WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de " # v2.0 .0
5858 with :
59- prefix : v
59+ pattern : v*
6060 if : steps.tag_exists.outputs.TAG_EXISTS == 'false'
6161
6262 - name : Tag release
@@ -191,9 +191,9 @@ jobs:
191191
192192 - name : Get Previous tag
193193 id : previous_tag
194- uses : " WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce " # v1.4 .0
194+ uses : " WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de " # v2.0 .0
195195 with :
196- prefix : crds_v
196+ pattern : crds_v*
197197 if : steps.tag_exists.outputs.TAG_EXISTS == 'false'
198198
199199 - name : Tag release
You can’t perform that action at this time.
0 commit comments