We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a4dbf commit 95d9e69Copy full SHA for 95d9e69
.github/workflows/ci.yml
@@ -135,6 +135,7 @@ jobs:
135
name: Automerge Dependabot PRs
136
if: >
137
github.event_name == 'pull_request' &&
138
+ github.event.pull_request.head.repo.full_name == github.repository &&
139
github.event.pull_request.user.login == 'dependabot[bot]'
140
needs: [browsers, lint, test, typescript]
141
permissions:
0 commit comments