Conversation
Automated sync from stranske/Workflows Template hash: d1961cf6ac32 Changes synced from sync-manifest.yml
Contributor
🤖 Keepalive Loop StatusPR #266 | Agent: Codex | Iteration 0/5 Current State
🔍 Failure Classification| Error type | infrastructure | |
Contributor
Keepalive Work Log (click to expand)
|
There was a problem hiding this comment.
Pull request overview
Syncs workflow templates from stranske/Workflows, updating the weekly metrics automation to aggregate additional artifacts and add a bot-comment App auth coverage preflight.
Changes:
- Add
scripts/aggregate_agent_metrics.pyto aggregate downloaded NDJSON metrics into a single markdown summary. - Extend
agents-weekly-metricsworkflow to run the new aggregator and add a bot-comment auth coverage preflight + hard-block gating. - Update weekly artifact selection to recognize
bot-comment-auth-coverage-{wrapper,reusable}-<run(-attempt)>artifact naming patterns.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/aggregate_agent_metrics.py | New Python aggregator to summarize keepalive/autofix/verifier/autopilot NDJSON metrics into markdown. |
| .github/workflows/agents-weekly-metrics.yml | Wires in Node/Python setup, runs the aggregator, adds bot-comment auth coverage preflight, and enforces coverage hard-blocks. |
| .github/scripts/weekly_metrics_artifacts.js | Adds regex-based artifact family classification for bot-comment auth coverage artifacts and prioritizes them in selection. |
| .github/scripts/bot_comment_auth_coverage.js | New preflight script that summarizes bot-comment auth coverage artifacts and can hard-block when configured. |
Comment on lines
+192
to
+204
| for index, entry in enumerate(entries): | ||
| is_terminal_disposition = entry.get("schema") == "workflows-terminal-disposition/v1" | ||
| if not is_terminal_disposition: | ||
| run_id = entry.get("run_id") or entry.get("workflow_run_id") | ||
| run_attempt = entry.get("run_attempt") | ||
| pr_number_for_key = _safe_int(entry.get("pr_number") or entry.get("pr")) | ||
| if run_id: | ||
| verifier_run_keys.add(f"run:{run_id}:attempt:{run_attempt or ''}") | ||
| elif pr_number_for_key is not None: | ||
| verifier_run_keys.add(f"pr:{pr_number_for_key}") | ||
| else: | ||
| verifier_run_keys.add(f"entry:{index}") | ||
|
|
9 tasks
This was referenced Apr 26, 2026
38 tasks
This was referenced Apr 26, 2026
30 tasks
14 tasks
This was referenced Apr 26, 2026
Owner
Author
|
Closing as stale: newer sync workflow templates PR #339 is open for this repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync Summary
Files Updated
Files Skipped
Review Checklist
Source: stranske/Workflows
Manifest:
.github/sync-manifest.yml