45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
|
|
# Worked example of a declared presence.
|
||
|
|
#
|
||
|
|
# The real instance belongs in pr-hall-of-helix/presence/telegram.yaml — this
|
||
|
|
# copy exists so the schema has something to be read against, and so the
|
||
|
|
# provisioner's tests have a fixture. Keep it in sync with the schema, not with
|
||
|
|
# the campaign.
|
||
|
|
presence:
|
||
|
|
schema_version: "0.1"
|
||
|
|
campaign: "hall-of-helix"
|
||
|
|
interface: "helix-forge-telegram-publishing"
|
||
|
|
|
||
|
|
bot:
|
||
|
|
name: "HelixForge"
|
||
|
|
username_preference:
|
||
|
|
- "HelixForgeBot"
|
||
|
|
- "HelixForgePublishBot"
|
||
|
|
- "HelixForgeHallBot"
|
||
|
|
about: >-
|
||
|
|
Notes from the Hall of Helix — the people and sessions building HelixForge.
|
||
|
|
description: >-
|
||
|
|
HelixForge turns intent into structure, structure into capability, and
|
||
|
|
capability into lasting progress. This channel carries short accounts of
|
||
|
|
the work and the people doing it, each linking back to the entry it was
|
||
|
|
written from.
|
||
|
|
avatar: "presence/assets/helixforge-avatar.png"
|
||
|
|
|
||
|
|
channels:
|
||
|
|
test:
|
||
|
|
title: "HelixForge — test"
|
||
|
|
description: "Private rendering checks. Nothing here is published."
|
||
|
|
visibility: private
|
||
|
|
admin_rights: [post_messages]
|
||
|
|
|
||
|
|
public:
|
||
|
|
title: "Hall of Helix"
|
||
|
|
description: >-
|
||
|
|
Short notes on the work going into HelixForge, and the people doing it.
|
||
|
|
visibility: public
|
||
|
|
username_preference:
|
||
|
|
- "hallofhelix"
|
||
|
|
- "halloftheHelix"
|
||
|
|
admin_rights: [post_messages]
|
||
|
|
|
||
|
|
linked_discussion_group: false
|