fix: restore force_mode default to true for auto-create#673
Conversation
This was reverted in #649 while debugging startup_failure but never restored. With force_mode=true, adding agent:codex label to an issue properly creates the bootstrap PR. Without this, the bridge defaults to invite mode and waits for human to open PR instead of auto-creating it.
Automated Status SummaryHead SHA: 4d3a6f5
Coverage Overview
Coverage Trend
Top Coverage Hotspots (lowest coverage)
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeNo scope information available Tasks
Acceptance criteria
|
🤖 Keepalive Loop StatusPR #673 | Agent: Codex | Iteration 0/5 Current State
🔍 Failure Classification| Error type | infrastructure | |
There was a problem hiding this comment.
Pull request overview
This PR restores the force_mode default value to true in the reusable agents issue bridge workflow, fixing an accidental reversion from PR #649 that undid the original fix from PR #648. This enables the workflow to respect the mode input parameter regardless of event type, allowing for automatic PR creation when configured.
- Restores
force_modedefault fromfalsetotruein workflow input definition - Enables automatic bootstrap PR creation based on input mode configuration
- Fixes accidental reversion of previous intentional fix
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Automated Status Summary
Scope
Problem
Consumer repos are experiencing startup_failure when issues are labeled with
agent:codexbecause the template is usingmode: 'invite'withoutforce_mode, causing the reusable workflow to prevent automatic bootstrap PR creation.Root Cause
The reusable-agents-issue-bridge.yml workflow has logic (line 257-268) that overrides the mode to 'invite' for issue events, unless
force_mode: trueis explicitly set. This was intended to wait for human intervention, but it breaks the desired automatic PR creation workflow.Changes
Template file:
templates/consumer-repo/.github/workflows/agents-issue-intake.ymlContext for Agent
Design Decisions & Constraints
Related Issues/PRs
Blockers & Dependencies
Context for Agent
Design Decisions & Constraints
Related Issues/PRs
References
Blockers & Dependencies
Context for Agent
Design Decisions & Constraints
Related Issues/PRs
References
Blockers & Dependencies
Tasks
modefrom 'invite' to 'create' in bridge jobforce_mode: trueto override issue event defaultsAcceptance criteria
Head SHA: 2ed2bb6
Latest Runs: ✅ success — Gate
Required: gate: ✅ success