dylanferguson / lgtm-action

Move fast, break all the things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LGTM Action

An action that automatically reviews, approves and merges pull requests, whilst leaving a reassuring 'LGTM!', all within seconds of opening a PR. Unleash your velocity and ship faster with an automated pull request approval workflow, unencumbered by tedious code reviews.

Usage

name: PR LGTM
on:
  pull_request:
    types: [opened]
jobs:
  post:
    runs-on: ubuntu-latest
    steps:
      - uses: dylanferguson/lgtm-action@v1

About

Move fast, break all the things

License:MIT License


Languages

Language:TypeScript 80.0%Language:Makefile 10.7%Language:JavaScript 6.2%Language:Dockerfile 3.2%