You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Arsen Musayelyan d92fcd2ab8 Make SKIP case-insensitive 5 months ago
cmd/lure-analyzer Initial Commit 5 months ago
internal Make SKIP case-insensitive 5 months ago
.gitignore Initial Commit 5 months ago
LICENSE Add GPLv3 license 5 months ago
README.md Initial Commit 5 months ago
github.go Initial Commit 5 months ago
go.mod Initial Commit 5 months ago
go.sum Initial Commit 5 months ago
main.go Initial Commit 5 months ago
webhook.go Initial Commit 5 months ago
workers.go Initial Commit 5 months ago

README.md

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.