chore: 添加action lgtm

pull/8048/head
ibuler 2022-04-12 17:59:28 +08:00 committed by 老广
parent f481463c64
commit 3213fe0984
1 changed files with 15 additions and 0 deletions

15
.github/workflows/lgtm.yml vendored Normal file
View File

@ -0,0 +1,15 @@
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 }}