Skip to content

chore: sync workflow templates - #266

Closed
stranske wants to merge 1 commit into
mainfrom
sync/workflows-d1961cf6ac32
Closed

stranske wants to merge 1 commit into
mainfrom
sync/workflows-d1961cf6ac32

Conversation

@stranske

Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • agents-weekly-metrics.yml: Weekly metrics - aggregates auto-pilot, keepalive, autofix and verifier metrics into summary reports
  • aggregate_agent_metrics.py: Aggregates downloaded weekly agent metrics - required by agents-weekly-metrics.yml
  • bot_comment_auth_coverage.js: Warning-only bot-comment App auth coverage preflight
  • weekly_metrics_artifacts.js: Bounded weekly metrics artifact selection contract

Files Skipped

  • pr-00-gate.yml: File exists and sync_mode is create_only
  • ci.yml: File exists and sync_mode is create_only
  • dependabot.yml: File exists and sync_mode is create_only
  • llm_slots.json: None

Review Checklist

  • CI passes with updated workflows
  • No repo-specific customizations were overwritten

Source: stranske/Workflows
Manifest: .github/sync-manifest.yml

Automated sync from stranske/Workflows
Template hash: d1961cf6ac32

Changes synced from sync-manifest.yml
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Apr 25, 2026
Copilot AI review requested due to automatic review settings April 25, 2026 21:43
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Apr 25, 2026
@stranske-keepalive

stranske-keepalive Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

🤖 Keepalive Loop Status

PR #266 | Agent: Codex | Iteration 0/5

Current State

Metric Value
Iteration progress [----------] 0/5
Action wait (missing-agent-label)
Disposition skipped (transient)
Gate success
Tasks 0/8 complete
Timeout 45 min (default)
Timeout usage 5m elapsed (13%, 40m remaining)
Keepalive ❌ disabled
Autofix ❌ disabled

🔍 Failure Classification

| Error type | infrastructure |
| Error category | resource |
| Suggested recovery | Confirm the referenced resource exists (repo, PR, branch, workflow, or file). |

@stranske-keepalive

stranske-keepalive Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor
Keepalive Work Log (click to expand)
# Time (UTC) Agent Action Result Files Tasks Progress Commit Gate
0 2026-04-25 21:45:57 Codex wait (missing-agent-label-transient) skipped 0 0/8
0 2026-04-25 21:47:44 Codex wait (missing-agent-label-transient) skipped 0 0/8 cancelled
0 2026-04-25 21:49:10 Codex wait (missing-agent-label-transient) skipped 0 0/8 success

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.py to aggregate downloaded NDJSON metrics into a single markdown summary.
  • Extend agents-weekly-metrics workflow 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}")

@stranske

Copy link
Copy Markdown
Owner Author

Closing as stale: newer sync workflow templates PR #339 is open for this repo.

@stranske stranske closed this Apr 29, 2026
@agents-workflows-bot
agents-workflows-bot Bot deleted the sync/workflows-d1961cf6ac32 branch May 14, 2026 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated sync from Workflows sync Automated sync from Workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants