diff --git a/.github/workflows/label_approved_veps.yaml b/.github/workflows/label_approved_veps.yaml deleted file mode 100644 index 4190234c6c..0000000000 --- a/.github/workflows/label_approved_veps.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: Label Approved VEP PRs -on: - pull_request_target: - types: [opened, edited, reopened, synchronize] - workflow_dispatch: - -permissions: - contents: read - issues: write - -jobs: - check-vep: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.x' - - - name: Install dependencies - run: pip install requests - - - name: Run VEP check script - env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} - PR_NUMBER: ${{ github.event.pull_request.number }} - TARGET_PROJECT_URL: "https://github.com/orgs/kubevirt/projects/19" - run: python automation/label-approved-veps.py