change job name to auto-merge
This commit is contained in:
parent
db593a3070
commit
5cb96ad76a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
distribution: 'corretto'
|
distribution: 'corretto'
|
||||||
- name: Check backwards compatibility of changes
|
- name: Check backwards compatibility of changes
|
||||||
run: .github/scripts/backwards_compatibility_check.sh
|
run: .github/scripts/backwards_compatibility_check.sh
|
||||||
dependabot:
|
auto-merge:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.user.login == 'dependabot[bot]'
|
if: github.event.pull_request.user.login == 'dependabot[bot]'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue