You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/auto-pr.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Merge branch dev with rel-9.1
1
+
name: Merge branch rel-9-2 with rel-9.1
2
2
on:
3
3
push:
4
4
branches:
@@ -7,15 +7,15 @@ permissions:
7
7
contents: read
8
8
9
9
jobs:
10
-
merge-dev-with-rel-9-1:
10
+
merge-rel-9-2-with-rel-9-1:
11
11
permissions:
12
12
contents: write # for peter-evans/create-pull-request to create branch
13
13
pull-requests: write # for peter-evans/create-pull-request to create a PR
14
14
runs-on: ubuntu-latest
15
15
steps:
16
16
- uses: actions/checkout@v2
17
17
with:
18
-
ref: dev
18
+
ref: rel-9.2
19
19
- name: Reset promotion branch
20
20
run: |
21
21
git fetch origin rel-9.1:rel-9.1
@@ -24,8 +24,8 @@ jobs:
24
24
uses: peter-evans/create-pull-request@v3
25
25
with:
26
26
branch: auto-merge/rel-9-1/${{github.run_number}}
27
-
title: Merge branch dev with rel-9.1
28
-
body: This PR generated automatically to merge dev with rel-9.1. Please review the changed files before merging to prevent any errors that may occur.
27
+
title: Merge branch rel-9.2 with rel-9.1
28
+
body: This PR generated automatically to merge rel-9.2 with rel-9.1. Please review the changed files before merging to prevent any errors that may occur.
0 commit comments