mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Automerge.yml
vendored
2
.github/workflows/Automerge.yml
vendored
|
@ -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 a new issue