Skip to content

Commit 1c85f59

Browse files
authored
Merge pull request psalm#270 from lptn/master
Automatically update 3.x branch on changes on master
2 parents 227853a + 1ff0852 commit 1c85f59

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Update next major branch
2+
on:
3+
push:
4+
branches:
5+
- dev
6+
jobs:
7+
run_action:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Merge Follow Branch
11+
uses: toysmoon/follow_branch@1.0.3
12+
with:
13+
github-token: ${{ secrets.GITHUB_TOKEN }}
14+
target-branch: 3.x
15+
following-branch: master

0 commit comments

Comments
 (0)