diff --git a/.github/branch-manager.yml b/.github/branch-manager.yml index 0d3955d7bef5..16d1a89c7806 100644 --- a/.github/branch-manager.yml +++ b/.github/branch-manager.yml @@ -1,9 +1,7 @@ enabled: true branches: - # Temporary disabled until https://github.com/angular/material2/issues/14582 is fixed, and the - # caretaker starts cherry-picking commits into the patch publish branch again. - # - branchName: 7.2.x - # label: "target: patch" - # - branchName: 7.x - # label: "target: minor" + - branchName: 7.2.x + label: "target: patch" + - branchName: 7.x + label: "target: minor"