redshoga / site-cat-action

LGTMすると便乗すると「ヨシ!」するGitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

site-cat-action

Site-cat appears on issue when someone posts lgtm

Screenshot

Screen Shot 2019-12-17 at 19 26 02

Settings

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/site-cat-action@1.0
        with:
          token: ${{ secrets.LGTM_TOKEN }}

About

LGTMすると便乗すると「ヨシ!」するGitHub Actions

License:MIT License


Languages

Language:JavaScript 100.0%