-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When starting Symphony on Linux, the origin remote points to RunMaestro/Maestro where the user does not have push access. Symphony attempts to create a Draft PR against the upstream repository, but fails due to denied permissions.
Current Behavior
- User pulls a Symphony item from the upstream repo (
RunMaestro/Maestro) - Symphony AutoRun starts and executes successfully
- When Symphony tries to create a Draft PR, it fails because the user lacks push access to
RunMaestro/Maestro - The user must manually push the branch to their fork and create the PR themselves
Expected Behavior
Symphony should detect that the user is working from a fork and:
- Push the branch to the user's fork remote (e.g.,
originpointing touser/Maestro) - Create the Draft PR from the fork against the upstream repository
Environment
- OS: Linux / probably affects others aswell
- Context: Fork-based workflow where
originisRunMaestro/Maestro(upstream) and the user's fork is a separate remote
Additional Context
This is a workflow friction point for contributors who don't have direct push access to the upstream repository. Symphony completes the work but the "last mile" of PR creation fails silently or with a permissions error, requiring manual intervention.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working