mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 00:24:37 +08:00
Merge pull request #1263 from gravitl/feature_v0.14.5_pr_approval
adding manual approval workflow
This commit is contained in:
commit
35721bb4d5
1 changed files with 12 additions and 0 deletions
12
.github/workflows/pr-approval.yml
vendored
Normal file
12
.github/workflows/pr-approval.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Reference in a new issue