Skip to content

chore: sync workflow templates - #896

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

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

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
  • 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: d9bcacfe4222

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

Copy link
Copy Markdown
Collaborator

⚠️ Action Required: Unable to determine source issue for PR #896. The PR title, branch name, or body must contain the issue number (e.g. #123, branch: issue-123, or the hidden marker ).

@stranske-keepalive

stranske-keepalive Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

🤖 Keepalive Loop Status

PR #896 | 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/7 complete
Timeout 45 min (default)
Timeout usage 10m elapsed (24%, 35m 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:17:49 Codex wait (missing-agent-label-transient) skipped 0 0/7 cancelled
0 2026-04-25 21:19:45 Codex wait (missing-agent-label-transient) skipped 0 0/7 cancelled
0 2026-04-25 21:25:50 Codex wait (missing-agent-label-transient) skipped 0 0/7 success

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Synchronizes workflow templates from stranske/Workflows, updating the weekly metrics workflow and associated artifact-selection / bot-comment auth coverage scripts used to aggregate and preflight agent workflow metrics.

Changes:

  • Updates agents-weekly-metrics workflow to use actions/setup-node and adjusts bot-comment auth coverage env wiring + hard-block error annotation formatting.
  • Refines weekly metrics artifact family detection by moving bot-comment auth coverage artifacts from prefix-based matching to regex-pattern matching.
  • Refactors bot-comment auth coverage preflight to enforce an artifact directory/file “contract”, improve robustness when scanning/parsing JSON files, and enrich the summary output fields.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/agents-weekly-metrics.yml Switches Node setup approach and updates bot-comment auth coverage config + hard-block reporting.
.github/scripts/weekly_metrics_artifacts.js Tightens artifact family classification for bot-comment auth coverage via regex-based patterns.
.github/scripts/bot_comment_auth_coverage.js Refactors auth coverage preflight logic, adds artifact/file contract validation, and improves reporting details.

Comment on lines 42 to +46
scripts/aggregate_agent_metrics.py
sparse-checkout-cone-mode: false

- name: Install GitHub API dependencies
run: npm install --no-save --no-package-lock @octokit/rest @octokit/auth-app
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

Copilot AI Apr 25, 2026

Copy link

Choose a reason for hiding this comment

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

The workflow sparse-checkout includes scripts/aggregate_agent_metrics.py, but that file doesn’t exist in this repository. The later “Aggregate metrics” step runs python scripts/aggregate_agent_metrics.py, so this workflow will fail at runtime unless the script is added or the workflow is adjusted to use an existing aggregation script/path.

Copilot uses AI. Check for mistakes.
@stranske

Copy link
Copy Markdown
Owner Author

Superseded by newer Workflows sync PR #920 (sync/workflows-daec38e5dbf4). Closing this duplicate sync lane so review and verification can focus on the latest template hash.

@agents-workflows-bot
agents-workflows-bot Bot deleted the sync/workflows-d9bcacfe4222 branch May 14, 2026 19:29
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.

3 participants