Skip to content

chore: sync workflow templates - #123

Merged
stranske merged 1 commit into
mainfrom
sync/workflows-b23caa76ea78
Jan 7, 2026
Merged

chore: sync workflow templates#123
stranske merged 1 commit into
mainfrom
sync/workflows-b23caa76ea78

Conversation

@stranske

@stranske stranske commented Jan 7, 2026

Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • agents-issue-intake.yml: Issue intake - processes new issues for agent assignment

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

Changes synced from sync-manifest.yml
Copilot AI review requested due to automatic review settings January 7, 2026 18:53
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Jan 7, 2026
@github-actions

github-actions Bot commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

⚠️ Action Required: Unable to determine source issue for PR #123. 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 commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

🤖 Keepalive Loop Status

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

Current State

Metric Value
Iteration progress [----------] 0/5
Action wait (missing-agent-label)
Disposition skipped (transient)
Gate failure
Tasks 0/4 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). |

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 stranske/Workflows repository. The change updates the agents-issue-intake.yml workflow file by reordering parameters and modifying the syntax for the force_mode parameter.

  • Reorders the force_mode parameter to appear after post_agent_comment instead of before
  • Changes the force_mode value syntax from true to ${{ true }}

mode: "create"
force_mode: true
post_agent_comment: ${{ inputs.post_codex_comment && 'true' || 'false' }}
force_mode: ${{ true }}

Copilot AI Jan 7, 2026

Copy link

Choose a reason for hiding this comment

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

The expression ${{ true }} passes a boolean value, but the surrounding parameters post_agent_comment and agent_pr_draft convert booleans to string literals ('true' or 'false'). This inconsistency may cause issues if the reusable workflow expects string values for all boolean parameters. Consider using true directly (as a YAML boolean) or matching the pattern of other boolean parameters by using the string literal 'true' instead.

Suggested change
force_mode: ${{ true }}
force_mode: 'true'

Copilot uses AI. Check for mistakes.
@stranske-keepalive stranske-keepalive Bot mentioned this pull request Apr 26, 2026
2 tasks
@stranske-keepalive stranske-keepalive Bot mentioned this pull request Apr 26, 2026
2 tasks
@stranske-keepalive stranske-keepalive Bot mentioned this pull request Apr 26, 2026
2 tasks
@stranske-keepalive stranske-keepalive Bot mentioned this pull request Apr 26, 2026
2 tasks
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