Browse Source

chore: lgtm (#8048)

* chore: lgtm

* perf: add lgtm

Co-authored-by: ibuler <ibuler@qq.com>
pull/8051/head
fit2bot 3 years ago committed by GitHub
parent
commit
72608146cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/lgtm.yml

3
.github/workflows/lgtm.yml

@ -1,4 +1,5 @@
name: Send LGTM reaction
on:
issue_comment:
types: [created]
@ -13,3 +14,5 @@ jobs:
- uses: micnncim/action-lgtm-reaction@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
trigger: '["^.?lgtm$"]'

Loading…
Cancel
Save