File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.4.0
2
+
3
+ - Support Github Enterprise [ #15 ] ( https://github.com/devmasx/merge-branch/pull/15 )
4
+ - Bump addressable from 2.7.0 to 2.8.0 [ #14 ] ( https://github.com/devmasx/merge-branch/pull/14 )
5
+
1
6
## v1.3.1
2
7
3
8
- Fix, check inputs with empty string values.
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
- uses : actions/checkout@master
20
20
21
21
- name : Merge development -> staging
22
- uses : devmasx/merge-branch@v1.3.1
22
+ uses : devmasx/merge-branch@v1.4.0
23
23
with :
24
24
type : now
25
25
from_branch : development
26
26
target_branch : staging
27
27
github_token : ${{ github.token }}
28
28
29
29
- name : Merge staging -> uat
30
- uses : devmasx/merge-branch@v1.3.1
30
+ uses : devmasx/merge-branch@v1.4.0
31
31
with :
32
32
type : now
33
33
from_branch : staging
50
50
- uses : actions/checkout@master
51
51
52
52
- name : Merge staging -> uat
53
- uses : devmasx/merge-branch@v1.3.1
53
+ uses : devmasx/merge-branch@v1.4.0
54
54
with :
55
55
type : now
56
56
target_branch : uat
78
78
- uses : actions/checkout@master
79
79
80
80
- name : Merge by labeled
81
- uses : devmasx/merge-branch@v1.3.1
81
+ uses : devmasx/merge-branch@v1.4.0
82
82
with :
83
83
label_name : ' merged in develop'
84
84
target_branch : ' develop'
You can’t perform that action at this time.
0 commit comments