change job name to auto-merge

This commit is contained in:
skye rogers 2025-03-31 09:12:26 -07:00
parent db593a3070
commit 5cb96ad76a

View file

@ -42,7 +42,7 @@ jobs:
distribution: 'corretto'
- name: Check backwards compatibility of changes
run: .github/scripts/backwards_compatibility_check.sh
dependabot:
auto-merge:
needs: [build]
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'