Make PR & Dependabot WFs working against support branches

(cherry picked from commit 1f4d27d71f)

# Conflicts:
#	.github/workflows/merge-dependabot-pr.yml
This commit is contained in:
Artem Bilan
2024-02-16 14:53:42 -05:00
parent 116284af91
commit 9babe5cd65
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: Merge Dependabot PR
on:
pull_request:
branches:
- main
- '*.x'
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@main
with:
mergeArguments: --auto --squash

View File

@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- '*.x'
jobs:
build-pull-request: