Explorar el Código

remove pr-approval workflow

Matthew R. Kasun hace 3 años
padre
commit
a28472476b
Se han modificado 1 ficheros con 0 adiciones y 12 borrados
  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