Skip to content

chore: sync workflow templates#128

Merged
stranske merged 1 commit intomainfrom
sync/workflows-b7aebd349178
Jan 1, 2026
Merged

chore: sync workflow templates#128
stranske merged 1 commit intomainfrom
sync/workflows-b7aebd349178

Conversation

@stranske
Copy link
Copy Markdown
Owner

@stranske stranske commented Jan 1, 2026

Sync Summary

Files Updated

  • agents-pr-meta.yml: PR metadata - tracks agent PR state and labels
  • agents-issue-intake.yml: Issue intake - processes new issues for agent assignment
  • agents-keepalive-loop.yml: Keepalive loop - continues agent work until tasks complete
  • agents-autofix-loop.yml: Autofix loop - dispatches Codex when autofix can't fix Gate failures
  • agents-bot-comment-handler.yml: Bot comment handler - dispatches agents to address bot review comments
  • agents-guard.yml: Agents guard - enforces agents workflow protections (Health 45)
  • maint-coverage-guard.yml: Coverage guard - daily baseline monitoring with automatic issue creation

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

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

Changes synced from sync-manifest.yml
Copilot AI review requested due to automatic review settings January 1, 2026 23:19
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Jan 1, 2026
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 1, 2026

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

@github-actions github-actions bot added the autofix Triggers autofix on PR label Jan 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 1, 2026

🤖 Keepalive Loop Status

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

Current State

Metric Value
Iteration progress [----------] 0/5
Action wait (missing-agent-label)
Gate success
Tasks 0/0 complete
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). |

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 1, 2026

Status | ✅ no new diagnostics
History points | 0
Timestamp | 2026-01-01 23:19:45 UTC
Report artifact | autofix-report-pr-128
Remaining | ∅
New | ∅
No additional artifacts

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR syncs workflow template files from the central stranske/Workflows repository, updating GitHub Actions to newer versions. The changes primarily upgrade actions/checkout from v4 to v6 and actions/github-script from v7 to v8 across seven workflow files.

Key Changes:

  • Updated actions/checkout@v4 to @v6 across all workflow files
  • Updated actions/github-script@v7 to @v8 across all workflow files

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/maint-coverage-guard.yml Updates action versions for coverage baseline monitoring workflow (2 version changes)
.github/workflows/agents-pr-meta.yml Updates github-script version for PR metadata tracking
.github/workflows/agents-keepalive-loop.yml Updates multiple checkout and github-script versions for agent keepalive functionality (7 version changes)
.github/workflows/agents-issue-intake.yml Updates github-script version for issue intake processing
.github/workflows/agents-guard.yml Updates checkout and github-script versions for agents workflow protections (5 version changes)
.github/workflows/agents-bot-comment-handler.yml Updates github-script versions for bot comment handling (2 version changes)
.github/workflows/agents-autofix-loop.yml Updates checkout and github-script versions for autofix loop dispatching (5 version changes)

⚠️ Critical Issue Identified: All updated action versions (actions/checkout@v6 and actions/github-script@v8) do not exist as of January 2025. The latest available versions are actions/checkout@v4 and actions/github-script@v7. These workflows will fail when they attempt to run. The source repository (stranske/Workflows) should be corrected before syncing these changes to consumer repositories.

@stranske stranske merged commit cf74c2f into main Jan 1, 2026
46 of 51 checks passed
@stranske stranske deleted the sync/workflows-b7aebd349178 branch January 1, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autofix Triggers autofix on PR 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