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:
17
.github/workflows/merge-dependabot-pr.yml
vendored
Normal file
17
.github/workflows/merge-dependabot-pr.yml
vendored
Normal 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
|
||||
1
.github/workflows/pr-build.yml
vendored
1
.github/workflows/pr-build.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- '*.x'
|
||||
|
||||
jobs:
|
||||
build-pull-request:
|
||||
|
||||
Reference in New Issue
Block a user