add auto-approval to PR testing

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-03 12:11:43 +02:00
parent c036a2dddb
commit 7ccc4e9a50
+11
View File
@@ -0,0 +1,11 @@
name: "PR: Automatic Approval"
on: pull_request_target
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"