mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Fix generated comment in CODEOWNERS (#27115)
codeowners.py was moved from `/script/manifest/` to `/script/hassfest/`
in e8343452cd
.
This commit is contained in:
committed by
Paulus Schoutsen
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
|
||||
# when the code that they own is touched.
|
||||
# https://github.com/blog/2392-introducing-code-owners
|
||||
|
@ -4,7 +4,7 @@ from typing import Dict
|
||||
from .model import Integration, Config
|
||||
|
||||
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
|
||||
# when the code that they own is touched.
|
||||
# https://github.com/blog/2392-introducing-code-owners
|
||||
|
Reference in New Issue
Block a user