first commit

This commit is contained in:
Blake Ridgway
2026-04-11 13:58:06 -05:00
commit 04885022fd
10 changed files with 452 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/ksh
# /usr/local/bin/gitea-pr-reviewer-run
# Copy to server, fill in values, chmod 500, chown _prbot.
export PORT=9000
export GITEA_URL=https://git.ridgwaysystems.org
export GITEA_TOKEN=your-gitea-token-here
export DEEPSEEK_API_KEY=your-deepseek-api-key-here
export WEBHOOK_SECRET=your-webhook-secret-here
exec /usr/local/bin/gitea-pr-reviewer