mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-31 22:36:37 +00:00
chore: lgtm (#8048)
* chore: lgtm * perf: add lgtm Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
parent
3213fe0984
commit
72608146cc
3
.github/workflows/lgtm.yml
vendored
3
.github/workflows/lgtm.yml
vendored
@ -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…
Reference in New Issue
Block a user