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.
2 parents cbfd0e4 + 2b05d42 commit 00b8234Copy full SHA for 00b8234
.github/workflows/dependabot-automerge.yaml
@@ -8,7 +8,7 @@ permissions:
8
jobs:
9
dependabot:
10
runs-on: ubuntu-latest
11
- if: github.actor == 'dependabot[bot]'
+ if: github.actor == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
12
steps:
13
- name: Dependabot metadata
14
id: metadata
0 commit comments