From 2bb620b56f0bc4cb6d9c3923b422c785fd1788b6 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 20:35:33 +0000 Subject: [PATCH] Initial upload: git-insights-cli with CI/CD workflow --- .git-insights/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .git-insights/config.yaml diff --git a/.git-insights/config.yaml b/.git-insights/config.yaml new file mode 100644 index 0000000..c3dc6f7 --- /dev/null +++ b/.git-insights/config.yaml @@ -0,0 +1,6 @@ +repository_path: "." +analysis_days: 30 +output_format: "json" +churn_threshold: 500 +risky_commit_threshold: 500 +merge_commit_flag: true