From 3a2b06077cce3719c05db73adbf4181c6ed5f6cb Mon Sep 17 00:00:00 2001 From: Zhonghu Xu Date: Mon, 29 Jan 2024 11:31:52 +0800 Subject: [PATCH] Revert "introduce github actions prow" --- .github/workflows/prow.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/prow.yaml diff --git a/.github/workflows/prow.yaml b/.github/workflows/prow.yaml deleted file mode 100644 index a49d5c0fe..000000000 --- a/.github/workflows/prow.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: "Merge on lgtm label" -on: - schedule: - - cron: "* * * * *" - -jobs: - execute: - runs-on: ubuntu-latest - steps: - - uses: jpmcb/prow-github-actions@v1 - with: - jobs: 'lgtm' - github-token: "${{ secrets.GH_MERGE }}" - # this is optional and defaults to 'merge' - merge-method: 'merge' \ No newline at end of file