From 9b207de718161bb5e61c838bda29576121e1fc89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Fri, 2 Dec 2022 16:13:33 +0800 Subject: [PATCH] ci: remove WIP We're able to use draft PR already --- .github/workflows/wip.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/wip.yml diff --git a/.github/workflows/wip.yml b/.github/workflows/wip.yml deleted file mode 100644 index 12e16b98..00000000 --- a/.github/workflows/wip.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: WIP -on: - pull_request: - types: [opened, synchronize, reopened, edited] - -jobs: - wip: - runs-on: ubuntu-latest - steps: - - uses: wip/action@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}