Merge pull request #551 from antmicro/umarcor/prevent-merges-in-forks
ci/Automerge: prevent merging dependabot PRs in forks
This commit is contained in:
commit
c42cb59767
|
@ -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