Compare commits
1 Commits
master
...
lgtm-workf
Author | SHA1 | Date | |
---|---|---|---|
|
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