We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31ac1c commit 8843276Copy full SHA for 8843276
1 file changed
package.json
@@ -4253,9 +4253,13 @@
4253
}
4254
4255
},
4256
- "commentsCount": {
+ "commentCount": {
4257
"type": "number",
4258
"description": "The number of comments on the issue."
4259
+ },
4260
+ "reactionCount": {
4261
+ "type": "number",
4262
+ "description": "The number of reactions on the issue."
4263
4264
4265
"required": [
0 commit comments