Skip to content

Don't open EDITOR if there is an existing PR for this branch #123

@sethladd

Description

@sethladd

Hi,

Here's a scenario:

  • git reflow start sl-test
  • git commit
  • git commit
  • git reflow review
    • EDITOR pops up, I replace sl-test with description of feature
    • save/close editor
  • (later)
  • git commit
  • git commit
  • git reflow review
    • EDITOR pops up, populated with sl-test (again)

Expected: no EDITOR pops up on second run of review (I suppose?... I assume that because I already set the description on the first review, I don't need to do it again)

Actual: EDITOR pops up on second run of review, populated with original branch name

Thanks for your thoughts!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions