mirror of https://github.com/jumpserver/jumpserver
chore: lgtm (#8048)
* chore: lgtm * perf: add lgtm Co-authored-by: ibuler <ibuler@qq.com>pull/8051/head
parent
3213fe0984
commit
72608146cc
|
@ -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