File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 update-pull-request :
2424 name : Update pull request
2525 needs : check-workflows
26- if : ${{ github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' }}
26+ if : ${{ github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' && github.actor != 'metamaskbot' }}
2727 uses : ./.github/workflows/update-pull-request.yml
2828 with :
2929 dependabot : true
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220220 fail-on-cache-miss : true
221221 - name : Set commit prefix
222222 if : ${{ inputs.dependabot == true }}
223- run : echo "COMMIT_PREFIX=' [dependabot skip] ' " >> "$GITHUB_ENV"
223+ run : echo "COMMIT_PREFIX=[dependabot skip] " >> "$GITHUB_ENV"
224224 - name : Commit yarn.lock
225225 run : |
226226 git add yarn.lock
You can’t perform that action at this time.
0 commit comments