wrong auto approval removal

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-03 12:13:43 +02:00
parent 7ccc4e9a50
commit ce83621b07
-11
View File
@@ -1,11 +0,0 @@
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 }}"