Conversation
Automated sync from stranske/Workflows Template hash: a8050131ada4 Changes synced from sync-manifest.yml
Contributor
🤖 Keepalive Loop StatusPR #89 | Agent: Codex | Iteration 0/5 Current State
🔍 Failure Classification| Error type | infrastructure | |
Contributor
Keepalive Work Log (click to expand)
|
Contributor
There was a problem hiding this comment.
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'; | ||
| } |
7 tasks
7 tasks
7 tasks
7 tasks
7 tasks
7 tasks
This was referenced Apr 25, 2026
9 tasks
This was referenced Apr 26, 2026
38 tasks
This was referenced Apr 26, 2026
30 tasks
14 tasks
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