Wed 24 Sep 2025 1:07AM
Feature branches

What do folks think about a "feature branch" tag that gets added automatically to PRs destined to merge to a feature branch?

Richard Levitte Wed 24 Sep 2025 5:58AM
Isn't it enough it the PR has the feature branch as base?

Paul Dale Wed 24 Sep 2025 6:01AM
Given that I've merged a feature branch PR to master and come close to doing so a couple more times, I'd prefer something a bit more in my face and brightly coloured.

Richard Levitte Wed 24 Sep 2025 6:06AM
Ok

Tomas Mraz Wed 24 Sep 2025 7:00AM
I've already added a label `branch: feature`. If anybody adds a CI workflow automatically assigning it to PRs that have a `feature/...` branch as a base branch, I certainly won't be against it.

Neil Horman Wed 24 Sep 2025 12:57PM
I think its a fine idea. It might also be good for ghmerge to warn if the target specified by the --target option (or the default) doesn't match the target specified by the PR and warn in that event.
Frederik Wedel-Heinen · Wed 24 Sep 2025 4:30AM
Good suggestion