Auto-merge with rebase from dependabot
This commit is contained in:
parent
0d9fe441e8
commit
35d3fee732
1 changed files with 3 additions and 3 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
||||||
- name: Validate Gradle Wrapper
|
- name: Validate Gradle Wrapper
|
||||||
uses: gradle/wrapper-validation-action@v1
|
uses: gradle/wrapper-validation-action@v1
|
||||||
- name: Enable auto-merge
|
- name: Enable auto-merge
|
||||||
if: ${{ github.event_name == 'pull_request' && github.actor == 'wbrawner' }}
|
if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot' }}
|
||||||
run: gh pr merge --auto --merge "$PR_URL"
|
run: gh pr merge --auto --rebase "$PR_URL"
|
||||||
env:
|
env:
|
||||||
PR_URL: ${{github.event.pull_request.html_url}}
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
Loading…
Reference in a new issue