build: add `dev-infra` and `docs-infra` as targetLabelExemptScopes (#41459)

Add these scopes to allow for use of features and breaking changes for the
scopes regardless of target labels.

PR Close #41459
This commit is contained in:
Joey Perrott 2021-04-06 08:23:12 -07:00 committed by atscott
parent c7d86bca21
commit 7a49aa5136
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ export const merge: DevInfraMergeConfig['merge'] = async api => {
'master': '5aeb9a4124922d8ac08eb73b8f322905a32b0b3a',
'10.0.x': '27b95ba64a5d99757f4042073fd1860e20e3ed24',
},
targetLabelExemptScopes: ['dev-infra', 'docs-infra']
};
};