lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
lgtmaybe is a GitHub Action that reviews pull requests by analyzing code changes and security vulnerabilities, providing inline comments and summaries on GitHub. It uses an OpenAI-compatible model to generate feedback without checking out or running the code, focusing on logic errors, security risks, tests, documentation updates, performance issues, complexity, intent, and unnecessary complexity. The action can run in different presets for varying levels of thoroughness, including default fast mode and full audit mode for release branches.
What’s Changed
1.1.0 (2026-07-24)
Features
- diff: skip generated llms.txt/llms-full.txt files in review (#202) (b06086c)
- enable diagrams in starter workflows (#204) (157c47d)