mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-09 16:21:01 +08:00
Merge pull request #1369 from gravitl/workflow
remove pr-approval workflow
This commit is contained in:
commit
daf2e364c7
1 changed files with 0 additions and 12 deletions
12
.github/workflows/pr-approval.yml
vendored
12
.github/workflows/pr-approval.yml
vendored
|
|
@ -1,12 +0,0 @@
|
||||||
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…
Add table
Reference in a new issue