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 4623912 commit dcc9acaCopy full SHA for dcc9aca
.github/workflows/ci.yml
@@ -95,6 +95,7 @@ jobs:
95
name: Automatically merge Dependabot pull requests
96
if: >
97
github.event_name == 'pull_request' &&
98
+ github.event.pull_request.head.repo.full_name == github.repository &&
99
github.event.pull_request.user.login == 'dependabot[bot]'
100
needs: test
101
runs-on: ubuntu-latest
0 commit comments