Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doarakko/action-lgtmoon
Post LGTM image on GitHub Issue and Pull request using LGTMoon.
https://github.com/doarakko/action-lgtmoon
code-review github github-actions lgtm
Last synced: 10 days ago
JSON representation
Post LGTM image on GitHub Issue and Pull request using LGTMoon.
- Host: GitHub
- URL: https://github.com/doarakko/action-lgtmoon
- Owner: Doarakko
- License: mit
- Created: 2021-12-29T03:04:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T00:54:03.000Z (12 months ago)
- Last Synced: 2025-01-21T01:48:21.381Z (22 days ago)
- Topics: code-review, github, github-actions, lgtm
- Language: JavaScript
- Homepage:
- Size: 43.9 MB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# action-lgtmoon
Post LGTM image on GitHub Issue and Pull request using [LGTMoon](https://github.com/yoshikyoto/lgtmoon).
![example](./example.gif)
## Inputs
### `github-token`
**Required** The GitHub token used to create an authenticated client.
## Example usage
```yaml
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
- [LGTMoon](https://lgtmoon.dev/)