Add core team as codeowner of .github folder (#9663)

This commit is contained in:
Jesse Hills 2025-07-19 10:55:22 +12:00 committed by GitHub
parent 6cefe943e9
commit 19a68dc650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
pyproject.toml @esphome/core
esphome/*.py @esphome/core
esphome/core/* @esphome/core
.github/** @esphome/core
# Integrations
esphome/components/a01nyub/* @MrSuicideParrot

View File

@ -31,6 +31,7 @@ BASE = """
pyproject.toml @esphome/core
esphome/*.py @esphome/core
esphome/core/* @esphome/core
.github/** @esphome/core
# Integrations
""".strip()