mirror of https://github.com/grafana/grafana
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 toopull/74395/head
parent
c946bcdd75
commit
27ed2a0f7e
@ -0,0 +1,5 @@ |
||||
module.exports = { |
||||
removals: [/FeatureToggles\..*/], |
||||
additions: [/FeatureToggles\..*/], |
||||
changes: [/FeatureToggles\..*/], |
||||
}; |
Loading…
Reference in new issue