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 8f4a145 commit d575d14Copy full SHA for d575d14
.github/workflows/dependabot.yaml
@@ -7,7 +7,7 @@ permissions:
7
pull-requests: read
8
jobs:
9
build:
10
- if: ${{ github.actor == 'dependabot[bot]' }}
+ if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
0 commit comments