mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
Add discussions sensors to GitHub (#66937)
This commit is contained in:
@@ -39,6 +39,17 @@ query ($owner: String!, $repository: String!) {
|
||||
watchers(first: 1) {
|
||||
total: totalCount
|
||||
}
|
||||
discussion: discussions(
|
||||
first: 1
|
||||
orderBy: {field: CREATED_AT, direction: DESC}
|
||||
) {
|
||||
total: totalCount
|
||||
discussions: nodes {
|
||||
title
|
||||
url
|
||||
number
|
||||
}
|
||||
}
|
||||
issue: issues(
|
||||
first: 1
|
||||
states: OPEN
|
||||
|
||||
Reference in New Issue
Block a user