Skip to content

chore: sync workflow templates#316

Closed
stranske wants to merge 1 commit intomainfrom
sync/workflows-30d546001a60
Closed

chore: sync workflow templates#316
stranske wants to merge 1 commit intomainfrom
sync/workflows-30d546001a60

Conversation

@stranske
Copy link
Copy Markdown
Owner

@stranske stranske commented Mar 2, 2026

Sync Summary

Files Updated

  • agents-pr-health.yml: PR health scanner - periodic conflict resolution and failing check re-dispatch

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: 30d546001a60

Changes synced from sync-manifest.yml
Copilot AI review requested due to automatic review settings March 2, 2026 19:44
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Mar 2, 2026
@stranske stranske temporarily deployed to agent-standard March 2, 2026 19:44 — with GitHub Actions Inactive
@stranske stranske temporarily deployed to agent-standard March 2, 2026 19:44 — with GitHub Actions Inactive
@agents-workflows-bot
Copy link
Copy Markdown
Contributor

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

@stranske stranske temporarily deployed to agent-standard March 2, 2026 19:45 — with GitHub Actions Inactive
@stranske-keepalive
Copy link
Copy Markdown
Contributor

stranske-keepalive bot commented Mar 2, 2026

🤖 Keepalive Loop Status

PR #316 | 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/5 complete
Timeout 45 min (default)
Timeout usage 10m elapsed (23%, 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
Copy link
Copy Markdown
Contributor

stranske-keepalive bot commented Mar 2, 2026

Keepalive Work Log (click to expand)
# Time (UTC) Agent Action Result Files Tasks Progress Commit Gate
0 2026-03-02 19:46:34 Codex wait (missing-agent-label-transient) skipped 0 0/5 cancelled
0 2026-03-02 19:47:28 Codex wait (missing-agent-label-transient) skipped 0 0/5 cancelled
0 2026-03-02 19:48:52 Codex wait (missing-agent-label-transient) skipped 0 0/5 cancelled
0 2026-03-02 19:54:55 Codex wait (missing-agent-label-transient) skipped 0 0/5 success

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 the agents-pr-health.yml workflow template from the upstream stranske/Workflows source. The change corrects how boolean and numeric values are passed to the reusable workflow: raw booleans/numbers are replaced with string coercions, which is required for GitHub Actions workflow_call inputs typed as strings.

Changes:

  • Boolean inputs (dry_run, is_scheduled_trigger) are now coerced to string literals 'true'/'false' using the && 'true' || 'false' idiom.
  • Numeric fallback defaults (max_prs, cron_interval_hours) are now quoted string literals ('10', '1') to match expected string input types.

@stranske
Copy link
Copy Markdown
Owner Author

stranske commented Mar 3, 2026

Superseded by newer workflow sync PR sync/workflows-6adbaf966a8d; closing older sync wave.

@stranske stranske closed this Mar 3, 2026
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