1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

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
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()