Skip to content

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

License

Notifications You must be signed in to change notification settings

krieu/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

Languages

  • JavaScript 100.0%