ci: no PRs if depandabot (skip e2e)
This commit is contained in:
1
.github/workflows/git-sync.yml
vendored
1
.github/workflows/git-sync.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user