Skip to content

Post LGTM image on GitHub Issue and Pull request using LGTMoon.

License

Notifications You must be signed in to change notification settings

Doarakko/action-lgtmoon

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date
Jan 1, 2024
Oct 14, 2023
Dec 29, 2021
Aug 23, 2022
Dec 29, 2021
Oct 14, 2023
Aug 23, 2022
Dec 29, 2021
Apr 9, 2023
Oct 14, 2023
Dec 29, 2021
Apr 8, 2023
Jan 1, 2024
Jan 1, 2024

Repository files navigation

action-lgtmoon

Post LGTM image on GitHub Issue and Pull request using LGTMoon.

example

Inputs

github-token

Required The GitHub token used to create an authenticated client.

Example usage

name: LGTM
on:
  issue_comment:
    types: [created]
  pull_request_review:
    types: [submitted]
  pull_request_review_comment:
    types: [created]

jobs:
  lgtm:
    runs-on: ubuntu-latest
    steps:
      - name: LGTM
        uses: Doarakko/action-lgtmoon/@v1.5
        with:
          github-token: ${{secrets.GITHUB_TOKEN}}

Credit