Merge pull request #551 from antmicro/umarcor/prevent-merges-in-forks

ci/Automerge: prevent merging dependabot PRs in forks
This commit is contained in:
Karol Gugala 2022-04-26 12:09:14 +02:00 committed by GitHub
commit c42cb59767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: