Răsfoiți Sursa

remove pr-approval workflow

Matthew R. Kasun 3 ani în urmă
părinte
comite
a28472476b
1 a modificat fișierele cu 0 adăugiri și 12 ștergeri
  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