Skip to content

Commit 4ca6164

Browse files
committed
Add merge-dependabot-pr.yml GHA
1 parent 273fde9 commit 4ca6164

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Merge Dependabot PR
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
run-name: Merge Dependabot PR ${{ github.ref_name }}
9+
10+
jobs:
11+
merge-dependabot-pr:
12+
permissions:
13+
actions: write
14+
contents: write
15+
issues: write
16+
17+
uses: artembilan/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main

0 commit comments

Comments
 (0)