Add repo to Dependabot auto-merge (#3913)

This commit is contained in:
Jon Koops 2022-12-01 15:15:09 +01:00 committed by GitHub
parent 43a6fd7089
commit d6dfee9773
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,8 +85,6 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash
run: gh pr merge --auto --squash --repo $GITHUB_REPOSITORY
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}