ci/Automerge: prevent merging dependabot PRs in forks

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-04-21 13:10:34 +02:00
parent ed6398c5a6
commit 6e71a19c1b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
Automerge:
needs: Pipeline
if: github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
if: github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' && github.repository == 'chipsalliance/f4pga'
runs-on: ubuntu-latest
name: Automerge dependabot PRs
permissions: