From d096aac692eae0f2510f3ceadf21242e4ecf92a1 Mon Sep 17 00:00:00 2001 From: Kerem Yilmaz Date: Wed, 13 Mar 2024 00:50:43 -0700 Subject: [PATCH] Don't specify sync-oss branch in sync.yaml (#57) --- .github/sync.yml | 2 +- .github/workflows/sync-skyvern-cloud.yml | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index 5f3bf1fa..7c9ece03 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -1,4 +1,4 @@ -Skyvern-AI/skyvern-cloud@sync-oss: +Skyvern-AI/skyvern-cloud: - source: skyvern/ dest: skyvern/ - source: streamlit_app/ diff --git a/.github/workflows/sync-skyvern-cloud.yml b/.github/workflows/sync-skyvern-cloud.yml index 952b9bf9..a6be6461 100644 --- a/.github/workflows/sync-skyvern-cloud.yml +++ b/.github/workflows/sync-skyvern-cloud.yml @@ -14,21 +14,3 @@ jobs: uses: BetaHuhn/repo-file-sync-action@v1 with: GH_PAT: ${{ secrets.SKYVERN_CLOUD_GH_PAT }} - - uses: actions/checkout@master - with: - token: ${{ secrets.SKYVERN_CLOUD_GH_PAT }} - repository: Skyvern-AI/skyvern-cloud - - name: Create PR in skyvern-cloud - uses: peter-evans/create-pull-request@v6 - with: - token: ${{ secrets.SKYVERN_CLOUD_GH_PAT }} - commit-message: Sync from open source skyvern - title: Sync from open source skyvern - branch: sync-oss - base: main - body: | - This PR was automatically created by the sync-skyvern-cloud.yml workflow. - It syncs the main branch of the skyvern repository to the main branch of the skyvern-cloud repository. - Please review and merge this PR if it looks good. - labels: sync - draft: false \ No newline at end of file