Merge pull request #1369 from gravitl/workflow

remove pr-approval workflow
This commit is contained in:
Alex Feiszli 2022-07-08 16:38:44 -04:00 committed by GitHub
commit daf2e364c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +0,0 @@
name: Manual PR Testing
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ secrets.DEVOPS_API_TOKEN }}
approvers: theguy951357,afeiszli,mattkasun,0xdcarns
minimum-approvals: 1