bito-code-review[bot] commented on PR #43079: URL: https://github.com/apache/superset/pull/43079#issuecomment-5259300611
<!-- Bito Reply --> The changes in the `.github/CODEOWNERS` file remove several notification rules for specific directories, such as database migrations, frontend components, Helm charts, E2E tests, and translations. It appears the goal of this PR is to clean up or reduce the number of automated notifications triggered by changes in these areas. If you believe these additional sections are also obsolete or no longer require automated notifications, they could be removed as well to maintain consistency with the cleanup performed in this PR. **.github/CODEOWNERS** ``` # Notify PMC members of changes to GitHub Actions /.github/ @villebro @geido @eschutho @rusackas @betodealmeida @nytai @mistercrunch @kgabryje @sha174n @dpgaspar @sadpandajoe @hainenber ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
