mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-10 10:33:01 +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
|
name: Send LGTM reaction
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
@ -13,3 +14,5 @@ jobs:
|
|||||||
- uses: micnncim/action-lgtm-reaction@master
|
- uses: micnncim/action-lgtm-reaction@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
trigger: '["^.?lgtm$"]'
|
||||||
|
Loading…
Reference in New Issue
Block a user