A GitHub Action that automatically adds a random LGTM (Looks Good To Me) image to an existing comment when it contains the text "lgtm" (case-insensitive). This bot uses images from the LGTMeow API.
Features
Adds an LGTM image to comments that include "lgtm" (case-insensitive).
Avoids duplicate LGTM images in the same comment.
Works on both issues and pull requests.
Requirements
GitHub Token: Required to authenticate and modify comments on GitHub.
Go: This action is implemented in Go, so ensure you have it set up in your environment if modifying the code locally.
Usage
Create a workflow file in your repository (e.g., .github/workflows/lgtm-workflow.yml).