Thanks to visit codestin.com
Credit goes to github.com

Skip to content

redshoga/site-cat-action

Repository files navigation

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/[email protected]
        with:
          token: ${{ secrets.LGTM_TOKEN }}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •