cookpad / cp8_cli

Cookpad Global CLI
MIT License
19 stars 10 forks source link

Clean branch names even more by always having a WIP PR associated #21

Closed balvig closed 6 years ago

balvig commented 6 years ago

This changes CP-8 so that instead of trying to keep a reference to issues/PRs inside the branch name itself (creating long.ugly-horrible-looking-branch-names), it instead always creates a WIP PR when starting a story.

This has the benefits of:

Potential downside is:

Having tested it out for a while though, I feel like this works quite well, and as usual I enjoy the automation in terms of linking issue/PRs, assigning users, publishing release notes etc.