Skip to content

Commit 13e1e7f

Browse files
fix(workflow): remove merge-back
1 parent 9d4f909 commit 13e1e7f

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.github/workflows/main.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -141,29 +141,29 @@ jobs:
141141
github_token: ${{ secrets.GITHUB_TOKEN }}
142142
publish_dir: coverage
143143

144-
merge-back-to-beta:
145-
name: Update beta branch
146-
needs: semantic-version
147-
strategy:
148-
matrix:
149-
os: [ubuntu-latest]
150-
node: [20]
151-
152-
runs-on: ${{ matrix.os }}
153-
154-
steps:
155-
- name: checkout repo
156-
uses: actions/checkout@v4
157-
158-
- name: set git config
159-
run: |
160-
git config --local user.email "[email protected]"
161-
git config --local user.name "Github Actions"
162-
163-
- name: merge main back to beta
164-
run: |
165-
git fetch --unshallow
166-
git checkout beta
167-
git pull
168-
git merge --no-ff main -m "Auto-merge main back to beta"
169-
git push
144+
# merge-back-to-beta:
145+
# name: Update beta branch
146+
# needs: semantic-version
147+
# strategy:
148+
# matrix:
149+
# os: [ubuntu-latest]
150+
# node: [20]
151+
152+
# runs-on: ${{ matrix.os }}
153+
154+
# steps:
155+
# - name: checkout repo
156+
# uses: actions/checkout@v4
157+
158+
# - name: set git config
159+
# run: |
160+
# git config --local user.email "[email protected]"
161+
# git config --local user.name "Github Actions"
162+
163+
# - name: merge main back to beta
164+
# run: |
165+
# git fetch --unshallow
166+
# git checkout beta
167+
# git pull
168+
# git merge --no-ff main -m "Auto-merge main back to beta"
169+
# git push

0 commit comments

Comments
 (0)