zuul/releasenotes/notes/include-branches-493b6bb04414341b.yaml
James E. Blair cca5c92dd6 Add include- and exclude-branches tenant config options
This allows operators to filter the set of branches from which
Zuul loads configuration.  They are similar to exclude-unprotected-branches
but apply to all drivers.

Change-Id: I8201b3a19efb266298decb4851430b7205e855a1
2022-05-16 16:28:01 -07:00

10 lines
348 B
YAML

---
features:
- |
Added new tenant project configuration options
attr:`tenant.untrusted-projects.<project>.include-branches` and
attr:`tenant.untrusted-projects.<project>.exclude-branches`.
Similar to *exclude-unprotected-branches*, these may be used to
reduce the set of branches from which Zuul will load
configuration.