zuul/releasenotes/notes/tenant-implied-branch-matchers-721614143082f33b.yaml
James E. Blair b5199b258c Add implied-branch-matchers to tenant config
Options such as always-dynamic-branches or exclude-unprotected-branches
can cause Zuul to toggle between using or not using implied branch matchers
as projects move between having one or more than one branch.

Let operators avoid that by specifying the intended behavior if necessary.

Change-Id: Ib8efa224fc396220ae85896845be4a908ac1008d
2023-03-23 10:04:48 -07:00

11 lines
432 B
YAML

---
features:
- |
A new tenant project configuration option,
`implied-branch-matchers` has been added. This is useful in
conjunction with the branch exclusion options which may cause Zuul
to change behavior as the set of load branches switches between
one and more than one. The operator can fix the appropriate
behavior in the tenant config file rather than relying on the
heuristic in these cases.