mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 08:34:47 +08:00
adding manual approval workflow
This commit is contained in:
parent
2475803290
commit
5fc6beedc7
1 changed files with 11 additions and 0 deletions
11
.github/workflows/pr-approval.yml
vendored
Normal file
11
.github/workflows/pr-approval.yml
vendored
Normal 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
|
Loading…
Reference in a new issue