3 Commits

Author SHA1 Message Date
Fam Zheng
b701d7ceec add auto_respond_new_issues option to skip @mention requirement
Some checks are pending
CI / check (push) Waiting to run
When enabled, the bot responds to all new issues without needing to
be explicitly @mentioned. Useful for deployments where the bot should
proactively handle every incoming issue.
2026-04-07 22:49:14 +01:00
Fam Zheng
dffdbf54f5 make allowed_owners, git name/email configurable per instance
Hardcoded ALLOWED_OWNER="euphon" blocked non-euphon repos from being
processed. Move it to config.yaml as a list so each deployment can
specify its own allowed owners. Also make git user.name/email
configurable for multi-instance deployments (e.g. ms vs yoyo).
2026-04-07 22:47:16 +01:00
Fam Zheng
8f664b1d77 Initial commit: gitea webhook bot 2026-04-07 10:00:27 +01:00