Adds levitate levignore configuration file to prevent breaking change notifications from expected typescript symbols (#74371)

* Adds levitate levignore configuration file to prevent breaking change notifications from expected typescript symbols

* Add root file to codeowners

* Remove unnecessary word boundary

* Exand it to changes and a\dditions too
This commit is contained in:
Esteban Beltran
2023-09-05 15:00:13 +02:00
committed by GitHub
parent c946bcdd75
commit 27ed2a0f7e
2 changed files with 6 additions and 0 deletions

5
.levignore.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
removals: [/FeatureToggles\..*/],
additions: [/FeatureToggles\..*/],
changes: [/FeatureToggles\..*/],
};