File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 purge untagged Purge untagged GitHub container images
6262 purge vector-dev Purge old vector-dev images from Docker Hub
6363
64+ AI review:
65+ automated-review-stats Count review bot comments by reaction (liked / disliked / no signal)
66+
6467Maintenance:
6568 close-old-prs Close PRs with 'meta: awaiting author' older than 6 months
6669 delete-stale-branches Delete branches with no commits in 4 years
@@ -103,6 +106,26 @@ github-tools purge-all --env-file vector.env # omit --dry-run to execute
103106
104107Audit logs written to ` out/purge/ ` (local only).
105108
109+ ## 4. (Optional) AI-assisted review stats
110+
111+ Measures how contributors react to automated review bot comments (👍 liked / 👎 disliked / no signal).
112+
113+ ``` shell
114+ # Discover the bot's GitHub login (lists all review comment authors by frequency)
115+ github-tools automated-review-stats --env-file vector.env --since 3m
116+
117+ # Produce stats + update trends/vector.md
118+ github-tools automated-review-stats \
119+ --env-file vector.env \
120+ --bot-login " chatgpt-codex-connector" \
121+ --since 2026-01-01
122+ ```
123+
124+ Outputs:
125+ - Console summary (like rate, dislike rate)
126+ - ` out/automated-review-stats/{owner}_{repo}.csv ` — per-comment table with URL and reaction (gitignored)
127+ - ` trends/{repo}.md ` — two summary tables updated in place via ` AUTO: ` markers
128+
106129# Trends
107130
108131Per-repo trend pages with all charts:
You can’t perform that action at this time.
0 commit comments