From 5cb96ad76ab89194021524057634e4514ecbf536 Mon Sep 17 00:00:00 2001 From: skye rogers Date: Mon, 31 Mar 2025 09:12:26 -0700 Subject: [PATCH] change job name to auto-merge --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d132e0f5..ae159db1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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]'