adding manual approval workflow

This commit is contained in:
afeiszli 2022-06-28 16:12:23 -04:00
parent 2475803290
commit 5fc6beedc7

11
.github/workflows/pr-approval.yml vendored Normal file
View file

@ -0,0 +1,11 @@
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