ci/Automerge: prevent merging dependabot PRs in forks
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
ed6398c5a6
commit
6e71a19c1b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue