Add code owner to GitHub integration (#54689)

This commit is contained in:
Aidan Timson 2021-08-16 10:36:31 +01:00 committed by GitHub
parent 8c4a2dc6d2
commit f684e4df34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,6 @@
"name": "GitHub",
"documentation": "https://www.home-assistant.io/integrations/github",
"requirements": ["PyGithub==1.43.8"],
"codeowners": [],
"codeowners": ["@timmo001"],
"iot_class": "cloud_polling"
}