File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -141,29 +141,29 @@ jobs:
141
141
github_token : ${{ secrets.GITHUB_TOKEN }}
142
142
publish_dir : coverage
143
143
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
You can’t perform that action at this time.
0 commit comments