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:
parent
c7d86bca21
commit
7a49aa5136
|
@ -24,5 +24,6 @@ export const merge: DevInfraMergeConfig['merge'] = async api => {
|
|||
'master': '5aeb9a4124922d8ac08eb73b8f322905a32b0b3a',
|
||||
'10.0.x': '27b95ba64a5d99757f4042073fd1860e20e3ed24',
|
||||
},
|
||||
targetLabelExemptScopes: ['dev-infra', 'docs-infra']
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue