Skip to content

Commit ddff78d

Browse files
committed
add more infomation
1 parent 728d61a commit ddff78d

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ cython_debug/
164164
# MAC
165165
.DS_Store
166166

167-
# VsCode
167+
# Vs Code
168168
.vscode/
169-
.history/
169+
.history/
170+
171+
# devstats
172+
devstats-data/

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Install pre-commit hooks via
2-
# pre-commit install
3-
41
repos:
52
- repo: https://github.com/pre-commit/pre-commit-hooks
63
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0

devstats/queries/issue_activity_since_date.gql

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ query {
88
number
99
title
1010
createdAt
11-
state
12-
closedAt
1311
updatedAt
12+
closedAt
13+
state
1414
url
15+
reactionGroups {
16+
content
17+
users {
18+
totalCount
19+
}
20+
}
1521
labels(first: 100) {
1622
edges {
1723
node {

devstats/queries/pr_data_query.gql

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@ query {
99
state
1010
title
1111
createdAt
12+
updatedAt
13+
closedAt
1214
baseRefName
1315
mergeable
16+
labels(first: 25) {
17+
edges {
18+
node {
19+
name
20+
}
21+
}
22+
}
1423
author{
1524
login
1625
}

0 commit comments

Comments
 (0)