File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : gomod
4
- directory : " /"
5
- schedule :
6
- interval : weekly
7
- time : " 01:00"
8
- timezone : Asia/Tokyo
9
- open-pull-requests-limit : 10
3
+ - package-ecosystem : gomod
4
+ directory : " /"
5
+ schedule :
6
+ interval : weekly
7
+ time : " 01:00"
8
+ timezone : Asia/Tokyo
9
+ open-pull-requests-limit : 10
10
+ - package-ecosystem : github-actions
11
+ directory : " /"
12
+ schedule :
13
+ interval : weekly
14
+ time : " 01:00"
15
+ timezone : Asia/Tokyo
Original file line number Diff line number Diff line change 1
- name : ' Create Release PR'
1
+ name : " Create Release PR"
2
2
on :
3
3
workflow_dispatch :
4
4
inputs :
5
5
release_version :
6
- description : ' next release version'
6
+ description : " next release version"
7
7
required : true
8
8
env :
9
9
GIT_AUTHOR_NAME : mackerelbot
19
19
20
20
- uses : shogo82148/actions-setup-perl@v1
21
21
with :
22
- perl-version : ' 5.34'
22
+ perl-version : " 5.34"
23
23
24
24
- uses : mackerelio/mackerel-create-release-pull-request-action@main
25
25
id : start
46
46
next_version : ${{ steps.start.outputs.nextVersion }}
47
47
branch_name : ${{ steps.start.outputs.branchName }}
48
48
pull_request_infos : ${{ steps.start.outputs.pullRequestInfos }}
49
-
You can’t perform that action at this time.
0 commit comments