mirror of
https://github.com/home-assistant/core.git
synced 2026-04-27 20:23:58 +01:00
Add discussions sensors to GitHub (#66937)
This commit is contained in:
@@ -19,6 +19,16 @@
|
||||
"watchers": {
|
||||
"total": 9
|
||||
},
|
||||
"discussion": {
|
||||
"total": 1,
|
||||
"discussions": [
|
||||
{
|
||||
"title": "First discussion",
|
||||
"url": "https://github.com/octocat/Hello-World/discussions/1347",
|
||||
"number": 1347
|
||||
}
|
||||
]
|
||||
},
|
||||
"issue": {
|
||||
"total": 1,
|
||||
"issues": [
|
||||
|
||||
Reference in New Issue
Block a user