Site-cat appears on issue when someone posts lgtm
Save the following .yml file to .github/workflows
in your repository.
name: Site Cat LGTM
on:
issue_comment:
types: [created]
pull_request_review:
types: [submitted]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: redshoga/[email protected]
with:
token: ${{ secrets.LGTM_TOKEN }}