From 66805fa552f8b5d042e483bdc12831ba87f4cdc8 Mon Sep 17 00:00:00 2001 From: Mo Date: Mon, 17 Oct 2022 17:00:47 -0500 Subject: [PATCH] ci: no PRs if depandabot (skip e2e) --- .github/workflows/git-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml index 4e570420e..86055a337 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -37,6 +37,7 @@ jobs: id: extract_branch - uses: peter-evans/create-pull-request@v4 + if: "${{ github.actor != 'dependabot' }}" with: token: ${{ secrets.CI_PAT_TOKEN }} branch: ${{ github.ref }}