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 fd7b289 commit fff4d1bCopy full SHA for fff4d1b
.github/workflows/ci.yml
@@ -91,6 +91,7 @@ jobs:
91
name: Automatically merge Dependabot pull requests
92
if: >
93
github.event_name == 'pull_request' &&
94
+ github.event.pull_request.head.repo.full_name == github.repository &&
95
github.event.pull_request.user.login == 'dependabot[bot]'
96
needs:
97
- dependency-review
0 commit comments