소스 검색

Merge branch 'main' of https://github.com/feige996/unibest

feige996 1 년 전
부모
커밋
0f2a2b5475
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .github/workflows/auto-merge.yml

+ 8 - 0
.github/workflows/auto-merge.yml

@@ -39,3 +39,11 @@ jobs:
           git checkout tabbar
           git merge base --no-ff -m "Auto merge base into tabbar"
           git push origin tabbar
+
+      - name: Merge base into spa
+        run: |
+          git config user.name "GitHub Actions"
+          git config user.email "actions@github.com"
+          git checkout spa
+          git merge base --no-ff -m "Auto merge base into spa"
+          git push origin spa