From 6e71a19c1bd20bbfbff4cb71dc0779c9d5da983b Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 21 Apr 2022 13:10:34 +0200 Subject: [PATCH] ci/Automerge: prevent merging dependabot PRs in forks Signed-off-by: Unai Martinez-Corral --- .github/workflows/Automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Automerge.yml b/.github/workflows/Automerge.yml index cdb61b1..cc8f9ce 100644 --- a/.github/workflows/Automerge.yml +++ b/.github/workflows/Automerge.yml @@ -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: