beeceej / lgtm

LGTM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LGTM

Who knows what the heck LGTM even stands for anyway?

Let's Get This Merged?

Let's Get this Money?

Looks Good To me?

something else?

This is an action that responds to the acronym in Pull Requests or issues with the true meaning of LGTM, or atleast up to the Random Number Generator.

Setup:

Add the GH_TOKEN secret to your repo with a token that has permission to comment on Issues.

lgtm demo

cat .github/workflows/action.yaml

---

on:
  issue_comment:
    types: [created]

jobs:
  lgtm:
    runs-on: ubuntu-latest
    name: True meaning of LGTM
    steps:
    - name: Checkout
      uses: actions/checkout@v2
    - name: LGTM
      uses: beeceej/lgtm@v0.0.3
      env:
        GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

LGTM


Languages

Language:OCaml 80.2%Language:Standard ML 11.8%Language:Makefile 4.0%Language:Shell 3.6%Language:Dockerfile 0.5%