From 49e7a3e65fdc4bf69d1483b755668dc21107f861 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:49:30 -0600 Subject: [PATCH] Revert "Include 5.8.x on Dependabot Auto Merge Forward" This reverts commit d5a0fa91344bb7e61e5d292e905cd43df1e9a914. Closes gh-15770 --- .github/workflows/dependabot-auto-merge-forward.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge-forward.yml b/.github/workflows/dependabot-auto-merge-forward.yml index 5debf8f1af..4989c57aa1 100644 --- a/.github/workflows/dependabot-auto-merge-forward.yml +++ b/.github/workflows/dependabot-auto-merge-forward.yml @@ -38,7 +38,7 @@ jobs: id: run-auto-merge-forward uses: spring-io/spring-security-release-tools/.github/actions/auto-merge-forward@actions-v1 with: - branches: 5.8.x,${{ needs.get-supported-branches.outputs.supported_versions }},main + branches: ${{ needs.get-supported-branches.outputs.supported_versions }},main from-author: dependabot[bot] notify_result: name: Check for failures