summaryrefslogtreecommitdiff
path: root/releasenotes/notes/builds-branches-4ca6d1e038979d1d.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Filter out unprotected branches from builds if excludedTobias Henkel2019-06-251-0/+5
When working with GitHub Enterprise the recommended working model is branch&pull within the same repo. This is especially necessary for workflows that combine multiple repos in a single workspace. This has the side effect that those repos can contain a large number of branches that never will be part of a job. Having many branches in a repo can have a large impact on the executor performance so exclude them from the repo state if we exclude them in the tenant config. This change only affects branches, not tags or other references. Change-Id: Ic8e75fa8bf76d2e5a0b1779fa3538ee9a5c43411