mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-12 04:25:08 +08:00
11 lines
No EOL
267 B
YAML
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 |