We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116284a commit 9babe5cCopy full SHA for 9babe5c
.github/workflows/merge-dependabot-pr.yml
@@ -0,0 +1,17 @@
1
+name: Merge Dependabot PR
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
+ - '*.x'
8
9
+run-name: Merge Dependabot PR ${{ github.ref_name }}
10
11
+jobs:
12
+ merge-dependabot-pr:
13
+ permissions: write-all
14
15
+ uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
16
+ with:
17
+ mergeArguments: --auto --squash
.github/workflows/pr-build.yml
@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
jobs:
build-pull-request:
0 commit comments