chore: 去掉一个workflow

pull/8217/head
ibuler 2022-05-10 10:35:48 +08:00 committed by 老广
parent 64eda5f28b
commit 094446c548
1 changed files with 0 additions and 18 deletions

View File

@ -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$"]'