netmaker/.github/workflows/pr-approval.yml
2022-06-28 16:12:23 -04:00

11 lines
No EOL
267 B
YAML

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