Skip to content

Create a new draft PR mode for the finish flow that is better suited to working with forks #360

@acreeger

Description

@acreeger

Current mergeBehavior mode for remotes is github-pr that creates a PR when finished. However, that pollutes other people's repo's.

This flow would:

  1. When the issue starts, create a draft PR in the remote (probably upstream) - TBD on timing
  2. Store that PR in hte loom's metadata (for idempotency)
  3. Then add comments to that PR instead of the issue (we may have to make MCP changes to enable pushing comments to PRs)
  4. The finish flow would then commit the changes and make the PR ready for review.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions