Create lgtm.yml
Stub issue, we may be able to use it for machine learning
This commit is contained in:
parent
d256ff6c67
commit
b45e577c8d
16
.github/workflows/lgtm.yml
vendored
Normal file
16
.github/workflows/lgtm.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Send LGTM Image
|
||||||
|
on:
|
||||||
|
issue_comment:
|
||||||
|
types: [created]
|
||||||
|
pull_request_review:
|
||||||
|
types: [submitted]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: ddradar/lgtm-action@v1
|
||||||
|
with:
|
||||||
|
image-url: "{ Your LGTM image URL }"
|
||||||
|
search-pattern: |
|
||||||
|
^(lgtm|LGTM)$
|
||||||
|
^:\+1:$
|
Loading…
Reference in New Issue
Block a user