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/build-and-push-production.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,17 +45,17 @@ jobs:
45
45
draft: false
46
46
prerelease: false
47
47
48
-
- name: Merge main into dev branch
48
+
- name: Merge main into develop branch
49
49
uses: thomaseizinger/create-pull-request@1.0.0
50
50
env:
51
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
52
with:
53
53
head: main
54
-
base: dev
55
-
title: Merge main into dev branch
54
+
base: develop
55
+
title: Merge main into develop branch
56
56
body: |
57
-
This PR merges the main branch back into dev.
58
-
This happens to ensure that the updates that happend on the release branch, i.e. CHANGELOG and manifest updates are also present on the dev branch.
57
+
This PR merges the main branch back into develop.
58
+
This happens to ensure that the updates that happend on the release branch, i.e. CHANGELOG and manifest updates are also present on the develop branch.
0 commit comments