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

6
scripts/rc.d.prbot Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/ksh
daemon="/usr/local/bin/gitea-pr-reviewer-run"
daemon_user="_prbot"
. /etc/rc.d/rc.subr
rc_bg=YES
rc_cmd $1