Create lgtm.yml

Stub issue, we may be able to use it for machine learning
This commit is contained in:
Kreyren 2020-03-18 11:27:27 +01:00 committed by GitHub
parent d256ff6c67
commit b45e577c8d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/lgtm.yml vendored Normal file
View 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:$