commit-report-tool/configs/projects/your-project.yml
2026-04-03 19:31:32 +09:00

32 lines
1.1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================================
# プロジェクト設定
# レポートの対象範囲と通知先を定義します
# ============================================================
project:
name: "開発レポート" # ← Slack に表示されるプロジェクト名
description: "日次コミットレポート"
# どのリポジトリ定義を使うかconfigs/ からの相対パス)
repo_config: "repos/your-repo.yml"
# レポートに含めるアプリrepos/*.yml の id を指定)
# 不要なアプリは行ごと削除してください
include_apps:
- frontend
- api
- docs
# Slack 設定(環境変数名を指定。値は GitHub Secrets に登録する)
slack:
token_env: SLACK_BOT_TOKEN
channel_env: SLACK_CHANNEL
channel_name: "#your-channel" # ← 参考用(実際の投稿先は Secrets の値で決まる)
# レポート対象メンバー(空 = 全員対象)
target_authors: []
# ワンポイントTIPS変更内容に関連する豆知識を自動生成
tips:
enabled: true