mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Fix generated comment in CODEOWNERS (#27115)
codeowners.py was moved from `/script/manifest/` to `/script/hassfest/` in e8343452cd4702a61166fd74d78323bf95092f7c.
This commit is contained in:
parent
d4a67e3a30
commit
9c49b8dfc1
@ -1,4 +1,4 @@
|
|||||||
# This file is generated by script/manifest/codeowners.py
|
# This file is generated by script/hassfest/codeowners.py
|
||||||
# People marked here will be automatically requested for a review
|
# People marked here will be automatically requested for a review
|
||||||
# when the code that they own is touched.
|
# when the code that they own is touched.
|
||||||
# https://github.com/blog/2392-introducing-code-owners
|
# https://github.com/blog/2392-introducing-code-owners
|
||||||
|
@ -4,7 +4,7 @@ from typing import Dict
|
|||||||
from .model import Integration, Config
|
from .model import Integration, Config
|
||||||
|
|
||||||
BASE = """
|
BASE = """
|
||||||
# This file is generated by script/manifest/codeowners.py
|
# This file is generated by script/hassfest/codeowners.py
|
||||||
# People marked here will be automatically requested for a review
|
# People marked here will be automatically requested for a review
|
||||||
# when the code that they own is touched.
|
# when the code that they own is touched.
|
||||||
# https://github.com/blog/2392-introducing-code-owners
|
# https://github.com/blog/2392-introducing-code-owners
|
||||||
|
Loading…
x
Reference in New Issue
Block a user