Add repo to Dependabot auto-merge (#3913)
This commit is contained in:
parent
43a6fd7089
commit
d6dfee9773
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -85,8 +85,6 @@ jobs:
|
||||||
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
|
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Enable auto-merge for Dependabot PRs
|
- name: Enable auto-merge for Dependabot PRs
|
||||||
run: gh pr merge --auto --squash
|
run: gh pr merge --auto --squash --repo $GITHUB_REPOSITORY
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
OWNER: ${{ github.repository_owner }}
|
|
||||||
REPO: ${{ github.event.repository.name }}
|
|
||||||
|
|
Loading…
Reference in a new issue