Allow for a default merge style in KDL #1219

Merged
coilyco-ops merged 1 commit from issue-1203 into main 2026-07-14 00:19:32 +00:00
Member

closes #1203
ward.workflow: pull-request-and-merge

This adds a KDL smart-default for PR merge style, so ward can pick a merge style from the bundle when --style is omitted. The merge path still validates against the repository's allowed styles and falls back to the repo default when no KDL override is set.

  • Adds smart-defaults > pr-merge-style parsing and merge resolution.
  • Covers the new default path in tests.
  • go test ./... and pre-commit run --all-files passed.
closes #1203 ward.workflow: pull-request-and-merge This adds a KDL smart-default for PR merge style, so ward can pick a merge style from the bundle when `--style` is omitted. The merge path still validates against the repository's allowed styles and falls back to the repo default when no KDL override is set. - Adds `smart-defaults > pr-merge-style` parsing and merge resolution. - Covers the new default path in tests. - `go test ./...` and `pre-commit run --all-files` passed.
feat: allow KDL PR merge defaults
All checks were successful
test / test (pull_request) Successful in 30s
9592f1e85b
Sign in to join this conversation.
No description provided.