Compare commits

...

1 Commits

Author SHA1 Message Date
Kreyren
b45e577c8d
Create lgtm.yml
Stub issue, we may be able to use it for machine learning
2020-03-18 11:27:27 +01:00

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:$