From 094446c548b1ab4ce48086783f6059e412440faa Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 10 May 2022 10:35:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E6=8E=89=E4=B8=80=E4=B8=AAwo?= =?UTF-8?q?rkflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lgtm.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/lgtm.yml diff --git a/.github/workflows/lgtm.yml b/.github/workflows/lgtm.yml deleted file mode 100644 index 379ca5135..000000000 --- a/.github/workflows/lgtm.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Send LGTM reaction - -on: - issue_comment: - types: [created] - pull_request_review: - types: [submitted] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@1.0.0 - - uses: micnncim/action-lgtm-reaction@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - trigger: '["^.?lgtm$"]'