https://github.com/elara6331/lure-repo-bot
Github bot that automatically reviews LURE repo contributions
https://github.com/elara6331/lure-repo-bot
analyzer bash github-bot golang linux-user-repository
Last synced: 2 months ago
JSON representation
Github bot that automatically reviews LURE repo contributions
- Host: GitHub
- URL: https://github.com/elara6331/lure-repo-bot
- Owner: Elara6331
- License: gpl-3.0
- Created: 2022-11-03T19:10:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T02:19:59.000Z (over 2 years ago)
- Last Synced: 2025-02-08T21:16:18.851Z (4 months ago)
- Topics: analyzer, bash, github-bot, golang, linux-user-repository
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LURE Repo Bot
A Github bot that reviews PRs to the LURE repo by analyzing the script for errors and providing comments on how to fix them.
There is also a command-line tool at `./cmd/lure-analyzer` that does the same thing but as a command.
## Configuration
### `LURE_BOT_ADDR`
The listen address for the webhook server. `:8080` by default.
### `LURE_BOT_GITHUB_TOKEN`
The Github token to be used for writing PR reviews
### `LURE_BOT_SECRET`
The secret used when setting up the Github webhook, used to verify the authenticity of webhook data.