Make PR & Dependabot WFs for support branches as well

This commit is contained in:
Artem Bilan
2024-02-16 11:25:08 -05:00
parent c370cea7b3
commit 89414c08fe
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: