We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963ced commit 1041806Copy full SHA for 1041806
.github/workflows/update.yml
@@ -8,7 +8,7 @@ env:
8
jobs:
9
update-lockfile:
10
runs-on: ubuntu-latest
11
- if: ${{ github.actor == 'dependabot[bot]' }}
+ if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false }}
12
permissions:
13
pull-requests: write
14
contents: write
0 commit comments