From 4778fbcbfb0aef890c5cb73518a297bf8d19140d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 2 Jul 2024 09:20:02 +0300 Subject: [PATCH] feat: adding sync workflow --- .github/workflows/sync_workflow.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync_workflow.yaml b/.github/workflows/sync_workflow.yaml index c6072c8d..09e8ed5c 100644 --- a/.github/workflows/sync_workflow.yaml +++ b/.github/workflows/sync_workflow.yaml @@ -37,7 +37,10 @@ jobs: git push https://github.com/novasamatech/subquery-nova.git sync-branch-${{ github.run_id }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + create-pr: + runs-on: ubuntu-latest + needs: sync + steps: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: