Skip to content

chore: sync workflow templates - #89

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

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

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: a8050131ada4

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 17:57
@agents-workflows-bot

agents-workflows-bot Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

🤖 Keepalive Loop Status

PR #89 | 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 5m elapsed (12%, 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). |

@agents-workflows-bot

agents-workflows-bot 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 17:59:04 Codex wait (missing-agent-label-transient) skipped 0 0/7
0 2026-04-25 18:01:18 Codex wait (missing-agent-label-transient) skipped 0 0/7 cancelled
0 2026-04-25 18:02:20 Codex wait (missing-agent-label-transient) skipped 0 0/7 cancelled
0 2026-04-25 18:02:53 Codex wait (missing-agent-label-transient) skipped 0 0/7 success

@agents-workflows-bot

Copy link
Copy Markdown
Contributor

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

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 by extending the weekly metrics workflow to include a new “bot-comment App auth coverage” preflight and ensuring weekly artifact selection recognizes the new auth-coverage artifact families.

Changes:

  • Add a bot-comment auth coverage preflight step to the weekly metrics workflow and upload its JSON/MD outputs as artifacts.
  • Extend weekly metrics artifact selection to include/pin bot-comment auth coverage artifact families.
  • Introduce a new Node script to summarize bot-comment auth coverage from downloaded artifacts.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/agents-weekly-metrics.yml Runs bot-comment auth coverage preflight during weekly aggregation; uploads results; enforces combined hard-block status.
.github/scripts/weekly_metrics_artifacts.js Adds bot-comment auth coverage artifact name prefixes and prioritizes them in selection.
.github/scripts/bot_comment_auth_coverage.js New summarizer that scans artifacts for auth coverage records and emits JSON + markdown summary.

Comment on lines +182 to +189
BOT_COMMENT_AUTH_HARD_BLOCK_APPROVED: ${{ vars.BOT_COMMENT_AUTH_HARD_BLOCK_APPROVED || 'false' }}
BOT_COMMENT_WRAPPER_EXPECTED_AUTH_MODE: ${{ vars.BOT_COMMENT_WRAPPER_EXPECTED_AUTH_MODE || 'client-id' }}
BOT_COMMENT_REUSABLE_EXPECTED_AUTH_MODE: >-
${{ vars.BOT_COMMENT_REUSABLE_EXPECTED_AUTH_MODE }}
BOT_COMMENT_REUSABLE_ALLOWED_AUTH_MODES: ${{ vars.BOT_COMMENT_REUSABLE_ALLOWED_AUTH_MODES || 'client-id,none' }}
BOT_COMMENT_AUTH_REQUIRED_ORGANIC_EVENTS: ${{ vars.BOT_COMMENT_AUTH_REQUIRED_ORGANIC_EVENTS || 'pull_request,workflow_run' }}
BOT_COMMENT_AUTH_ORGANIC_COMPONENTS: ${{ vars.BOT_COMMENT_AUTH_ORGANIC_COMPONENTS || 'agents-bot-comment-handler-wrapper,reusable-bot-comment-handler' }}
BOT_COMMENT_AUTH_ORGANIC_EXPECTED_MODE: ${{ vars.BOT_COMMENT_AUTH_ORGANIC_EXPECTED_MODE || 'client-id' }}
Comment on lines +366 to +373
let coverageStatus = 'pass';
if (authRecords.length === 0) {
coverageStatus = parseErrors > 0 || artifactSelectionWarning || authArtifactInputMismatch
? 'warning'
: 'no-data';
} else if (blockers.length > 0) {
coverageStatus = 'warning';
}
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