My aggregated monorepo of OCaml code, automaintained
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 = "."