Skip to content

[Bug]: Polyscope showing wrong from-branch on top. But merges correctly (Api) #126

Description

@wijzijnweb

Platform

Linux

Operating system version

24.04

System architecture

Intel (x86)

PolyScope Version

Bug description

When sending a create workspace call:

$response = $this->http()->post('/workspaces', [
            'repository_id' => $repositoryId,
            'prompt' => $request->input('prompt'),
            'base_branch' => $request->input('base_branch', 'master'),
        ]);

When the base_branch is something else it still creates it from master.

Steps to reproduce

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions