1
0
mirror of synced 2026-09-12 12:15:13 +00:00

Activate auto-merge on docs-build

This commit activates auto-merge on docs-build since we
don't need to perform any merge-forwards from docs-build
to another branch

Closes gh-19684

Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
This commit is contained in:
Josh Cummings
2026-09-08 12:39:17 -06:00
parent 48f758bb5b
commit b2ca17164d
@@ -0,0 +1,17 @@
name: Merge Dependabot PR
on:
pull_request:
branches:
- main
- 'docs-build'
run-name: Merge Dependabot PR ${{ github.ref_name }}
jobs:
merge-dependabot-pr:
permissions: write-all
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@0d3f15bb384839966a1ff5c4383731a2b747f24b # v7
with:
autoMerge: true
mergeArguments: --auto --rebase