From ff4be0de9ef79a384625fd74ba79af4e2fb41539 Mon Sep 17 00:00:00 2001 From: Kerem Yilmaz Date: Thu, 14 Mar 2024 18:21:50 -0700 Subject: [PATCH] Prefix sync PRs with repo-sync/ (#79) --- .github/workflows/sync-skyvern-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-skyvern-cloud.yml b/.github/workflows/sync-skyvern-cloud.yml index b0fca11c..f2d5820f 100644 --- a/.github/workflows/sync-skyvern-cloud.yml +++ b/.github/workflows/sync-skyvern-cloud.yml @@ -27,6 +27,6 @@ jobs: uses: Skyvern-AI/repo-file-sync-action@main with: GH_PAT: ${{ secrets.SKYVERN_CLOUD_GH_PAT }} - BRANCH_NAME: ${{ steps.pr_details.outputs.BRANCH_NAME }} + BRANCH_NAME: repo-sync/${{ steps.pr_details.outputs.BRANCH_NAME }} PR_BODY: ${{ steps.pr_details.outputs.PR_BODY }} PR_TITLE: ${{ steps.pr_details.outputs.PR_TITLE }}