Skip to content

Commit 70fcbc9

Browse files
authored
Dependabot autoapptove (#3056)
1 parent 704f9da commit 70fcbc9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto approve
2+
3+
on: pull_request_target
4+
5+
jobs:
6+
auto-approve:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
pull-requests: write
10+
if: github.actor == 'dependabot[bot]'
11+
steps:
12+
- uses: hmarr/auto-approve-action@da92209ac68d76fd20af3efa5268a5e8fafb91d9
13+
with:
14+
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)