diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0f1060..1e29add 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,6 +135,7 @@ jobs: name: Automerge Dependabot PRs if: > github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.user.login == 'dependabot[bot]' needs: [browsers, lint, test, typescript] permissions: