@@ -12,14 +12,14 @@ branchProtectionRules:
1212 - ' mypy (3.10)'
1313 - ' mypy (3.11)'
1414 - ' mypy (3.12)'
15+ - ' mypy (3.13)'
1516 - ' showcase (3.7, showcase)'
16- - ' showcase (3.12 , showcase)'
17- - ' showcase (3.7, showcase_alternative_templates )'
18- - ' showcase (3.12, showcase_alternative_templates )'
17+ - ' showcase (3.13 , showcase)'
18+ - ' showcase (3.7, showcase_w_rest_async )'
19+ - ' showcase (3.13, showcase_w_rest_async )'
1920 # TODO(dovs): reenable these when the mtls tests have been debugged and fixed
2021 # See #1218 for details
2122 # - 'showcase-mtls (showcase_mtls)'
22- # - 'showcase-mtls (showcase_mtls_alternative_templates)'
2323 - ' showcase-mypy'
2424 - ' showcase-mypy (_alternative_templates)'
2525 - ' showcase-unit (3.7)'
@@ -28,48 +28,63 @@ branchProtectionRules:
2828 - ' showcase-unit (3.10)'
2929 - ' showcase-unit (3.11)'
3030 - ' showcase-unit (3.12)'
31+ - ' showcase-unit (3.13)'
3132 - ' showcase-unit (3.7, _alternative_templates)'
3233 - ' showcase-unit (3.8, _alternative_templates)'
3334 - ' showcase-unit (3.9, _alternative_templates)'
3435 - ' showcase-unit (3.10, _alternative_templates)'
3536 - ' showcase-unit (3.11, _alternative_templates)'
3637 - ' showcase-unit (3.12, _alternative_templates)'
38+ - ' showcase-unit (3.13, _alternative_templates)'
3739 - ' showcase-unit (3.7, _alternative_templates_mixins)'
3840 - ' showcase-unit (3.8, _alternative_templates_mixins)'
3941 - ' showcase-unit (3.9, _alternative_templates_mixins)'
4042 - ' showcase-unit (3.10, _alternative_templates_mixins)'
4143 - ' showcase-unit (3.11, _alternative_templates_mixins)'
4244 - ' showcase-unit (3.12, _alternative_templates_mixins)'
45+ - ' showcase-unit (3.13, _alternative_templates_mixins)'
4346 - ' showcase-unit (3.7, _mixins)'
4447 - ' showcase-unit (3.8, _mixins)'
4548 - ' showcase-unit (3.9, _mixins)'
4649 - ' showcase-unit (3.10, _mixins)'
4750 - ' showcase-unit (3.11, _mixins)'
4851 - ' showcase-unit (3.12, _mixins)'
52+ - ' showcase-unit (3.13, _mixins)'
53+ - ' showcase-unit (3.7, _w_rest_async)'
54+ - ' showcase-unit (3.8, _w_rest_async)'
55+ - ' showcase-unit (3.9, _w_rest_async)'
56+ - ' showcase-unit (3.10, _w_rest_async)'
57+ - ' showcase-unit (3.11, _w_rest_async)'
58+ - ' showcase-unit (3.12, _w_rest_async)'
59+ - ' showcase-unit (3.13, _w_rest_async)'
4960 - ' showcase-unit-add-iam-methods'
5061 - ' integration'
5162 - ' goldens-lint'
5263 - ' goldens-prerelease'
53- - ' style-check'
64+ - ' goldens-unit'
65+ - ' lint'
5466 - ' snippetgen'
5567 - ' unit (3.7)'
5668 - ' unit (3.8)'
5769 - ' unit (3.9)'
5870 - ' unit (3.10)'
5971 - ' unit (3.11)'
6072 - ' unit (3.12)'
73+ - ' unit (3.13)'
6174 - ' fragment (3.7)'
6275 - ' fragment (3.8)'
6376 - ' fragment (3.9)'
6477 - ' fragment (3.10)'
6578 - ' fragment (3.11)'
6679 - ' fragment (3.12)'
80+ - ' fragment (3.13)'
6781 - ' fragment (3.7, _alternative_templates)'
6882 - ' fragment (3.8, _alternative_templates)'
6983 - ' fragment (3.9, _alternative_templates)'
7084 - ' fragment (3.10, _alternative_templates)'
7185 - ' fragment (3.11, _alternative_templates)'
7286 - ' fragment (3.12, _alternative_templates)'
87+ - ' fragment (3.13, _alternative_templates)'
7388 - ' OwlBot Post Processor'
7489 requiredApprovingReviewCount : 1
7590 requiresCodeOwnerReviews : true
0 commit comments