Skip to content

What Is LGTM

Actions
What does LGTM even stand for anyway
v0.0.9
Latest
Star (7)

Tags

 (2)

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.

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 }}

What Is LGTM is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

What does LGTM even stand for anyway
v0.0.9
Latest

Tags

 (2)

What Is LGTM is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.