Scaffold gitea-review-bot: thin matrix-nio PR-review bot (auto-map, threaded review, subagent panel, merge/reject/deploy)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# gitea-review-bot credentials — COPY to .env (gitignored). Never commit real values.
|
||||
# The real .env lives next to the deployment on the Spark.
|
||||
|
||||
MATRIX_HOMESERVER=https://<your-synapse-host>
|
||||
MATRIX_USER=@reviewer:<your-domain>
|
||||
MATRIX_DEVICE_ID=gitea-review-bot
|
||||
MATRIX_ACCESS_TOKEN=
|
||||
|
||||
# Gitea access token with Read+Write on the repos it reviews (needed to merge/close PRs).
|
||||
# Gitea → Settings → Applications → Generate Token, scope: repository = Read and Write.
|
||||
GITEA_TOKEN=
|
||||
Reference in New Issue
Block a user