Skip to content

Commit 7117ba6

Browse files
authored
Auto approve PRs from Andre601 to master
1 parent 32c67dc commit 7117ba6

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: Automatically approve Pull requests
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
branches:
8+
- master
9+
10+
jobs:
11+
auto-approve:
12+
runs-on: ubuntu-latest
13+
if: ${{ github.actor == 'Andre601' }}
14+
steps:
15+
- uses: hmarr/auto-approve-action@v2
16+
with:
17+
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)