Browse Source

Revert "Include 5.8.x on Dependabot Auto Merge Forward"

This reverts commit d5a0fa91344bb7e61e5d292e905cd43df1e9a914.

Closes gh-15770
Steve Riesenberg 8 months ago
parent
commit
49e7a3e65f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dependabot-auto-merge-forward.yml

+ 1 - 1
.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