chore: sync workflow templates - #123
Conversation
Automated sync from stranske/Workflows Template hash: b23caa76ea78 Changes synced from sync-manifest.yml
🤖 Keepalive Loop StatusPR #123 | Agent: Codex | Iteration 0/5 Current State
🔍 Failure Classification| Error type | infrastructure | |
There was a problem hiding this comment.
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_modeparameter to appear afterpost_agent_commentinstead of before - Changes the
force_modevalue syntax fromtrueto${{ true }}
| mode: "create" | ||
| force_mode: true | ||
| post_agent_comment: ${{ inputs.post_codex_comment && 'true' || 'false' }} | ||
| force_mode: ${{ true }} |
There was a problem hiding this comment.
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.
| force_mode: ${{ true }} | |
| force_mode: 'true' |
Sync Summary
Files Updated
Files Skipped
Review Checklist
Source: stranske/Workflows
Manifest:
.github/sync-manifest.yml