There was an error while loading. Please reload this page.
1 parent 555120d commit b61da98Copy full SHA for b61da98
1 file changed
.github/workflows/auto-merge.yml
@@ -6,6 +6,9 @@ on:
6
push:
7
branches: [ main ]
8
9
+env:
10
+ RELEASE_BRANCH: "2.3.9-release"
11
+
12
jobs:
13
test:
14
strategy:
@@ -44,7 +47,7 @@ jobs:
44
47
- uses: actions/checkout@v6
45
48
with:
46
49
fetch-depth: 0
- ref: 2.3.9-release
50
+ ref: ${{ env.RELEASE_BRANCH }}
51
52
- name: merge commits from main to release branch
53
run: |
@@ -131,7 +134,7 @@ jobs:
131
134
132
135
133
136
- ref: 2.3.8-release
137
138
139
140
0 commit comments