mirror of https://github.com/jumpserver/jumpserver
chore: 添加action lgtm
parent
f481463c64
commit
3213fe0984
|
@ -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 }}
|
Loading…
Reference in New Issue