Browse Source

remove pr-approval workflow

Matthew R. Kasun 3 years ago
parent
commit
b92a30dc88
1 changed files with 0 additions and 12 deletions
  1. 0 12
      .github/workflows/pr-approval.yml

+ 0 - 12
.github/workflows/pr-approval.yml

@@ -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