My aggregated monorepo of OCaml code, automaintained
at main 14 lines 389 B view raw
1# Poe Bot Configuration 2# Copy this file to ~/.config/poe/config.toml 3 4# The Zulip channel/stream to broadcast daily changes to 5channel = "general" 6 7# The topic for broadcast messages 8topic = "Daily Changes" 9 10# Path to the daily changes file (relative to monorepo_path) 11changes_file = "DAILY-CHANGES.md" 12 13# Path to the monorepo root (where the changes file is located) 14monorepo_path = "."