From 3dcb0a1ac632006c4183282a78368791c235ee06 Mon Sep 17 00:00:00 2001 From: peperoncino <2wua4nlyi@gmail.com> Date: Sun, 28 Aug 2022 22:37:18 +0900 Subject: [PATCH] delete demo --- .github/workflows/main.yml | 17 ----------------- README.md | 6 +----- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 2205ea7..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: LGTM -on: - issue_comment: - types: [created] - pull_request_review: - types: [submitted] - pull_request_review_comment: - types: [created] - -jobs: - lgtm: - runs-on: ubuntu-latest - steps: - - name: LGTM - uses: Doarakko/action-lgtmoon/@v1.3 - with: - github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/README.md b/README.md index 3077bbd..967161a 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,6 @@ jobs: github-token: ${{secrets.GITHUB_TOKEN}} ``` -## Demo - -Please comment or review "lgtm" to [this issue](https://github.com/Doarakko/action-lgtmoon/issues/1) and [this pull request](https://github.com/Doarakko/action-lgtmoon/pull/2)! - -# Credit +## Credit - [LGTMoon](https://lgtmoon.dev/)