Skip to content

chore: sync workflow templates#126

Merged
stranske merged 3 commits intomainfrom
sync/workflows-deaa814b8d2c
Jan 1, 2026
Merged

chore: sync workflow templates#126
stranske merged 3 commits intomainfrom
sync/workflows-deaa814b8d2c

Conversation

@stranske
Copy link
Copy Markdown
Owner

@stranske stranske commented Jan 1, 2026

Sync Summary

Files Updated

  • autofix.yml: Autofix workflow - automatically fixes lint/format issues
  • agents-pr-meta.yml: PR metadata - tracks agent PR state and labels
  • 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
  • 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: deaa814b8d2c

Changes synced from sync-manifest.yml
Copilot AI review requested due to automatic review settings January 1, 2026 22:03
@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 #126. 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 #126 | 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 22:18:02 UTC
Report artifact | autofix-report-pr-126
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 templates from the central Workflows repository, updating GitHub Actions versions across five workflow files. However, the changes contain critical issues with nonexistent action versions that will cause workflow failures.

Key Changes:

  • Updates actions/download-artifact from v4 to v7 in maint-coverage-guard.yml
  • Downgrades actions/github-script from v8 to v7 in autofix.yml and agents-pr-meta.yml
  • Updates actions/upload-artifact from v4 to v6 in agents-keepalive-loop.yml and agents-autofix-loop.yml

Reviewed changes

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

Show a summary per file
File Description
.github/workflows/maint-coverage-guard.yml Updates download-artifact to v7 (nonexistent version) for coverage trend and coverage artifact downloads
.github/workflows/autofix.yml Downgrades github-script to v7, creating inconsistency with other workflows that use v8
.github/workflows/agents-pr-meta.yml Downgrades github-script to v7, creating inconsistency with other workflows that use v8
.github/workflows/agents-keepalive-loop.yml Updates upload-artifact to v6 (nonexistent version) for keepalive metrics
.github/workflows/agents-autofix-loop.yml Updates upload-artifact to v6 (nonexistent version) for autofix metrics

stranske and others added 2 commits January 1, 2026 16:17
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@stranske stranske merged commit 6894a8b into main Jan 1, 2026
15 checks passed
@stranske stranske deleted the sync/workflows-deaa814b8d2c branch January 1, 2026 22:18
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