Skip to content

Commit b8e2585

Browse files
committed
fix week start time
1 parent 75c75ee commit b8e2585

File tree

4 files changed

+51
-324
lines changed

4 files changed

+51
-324
lines changed

.github/workflows/org-stats-weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
git config --global user.name 'FDKevin'
3333
git config --global user.email 'fdkevinzero@gmail.com'
3434
git add -A
35-
git commit -m "org weekly report ${{ steps.date.outputs.date }}"
35+
git commit -m "weekly report ${{ steps.date.outputs.date }}"
3636
git push
3737
- name: release report
3838
uses: ncipollo/release-action@v1
3939
with:
40-
name: "org weekly report ${{ steps.date.outputs.date }}"
40+
name: "${{ secrets.STATS_ORG }} weekly report ${{ steps.date.outputs.date }}"
4141
commit: main
4242
artifacts: "*.result,*.log"
4343
tag: ${{ steps.date.outputs.date }}

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ func main() {
2525
panic(err)
2626
}
2727
defer result.Close()
28-
os.Remove("readme.md")
2928
readme, err := os.Create("readme.md")
3029
if err != nil {
3130
panic(err)

readme.md

Lines changed: 40 additions & 316 deletions
Original file line numberDiff line numberDiff line change
@@ -1,328 +1,52 @@
11
# Rank of Orgnization contributor
22

3-
## all since last Week
3+
## All since last Week
44

55
### Commits champions are:
6-
- 🏆 aFlyBird0 with 10 commits!
7-
- 🥈 FDKevin0 with 8 commits!
8-
- 🥉 daidr with 7 commits!
9-
- ZacharyWin with 6 commits!
10-
- sunalwaysknows with 4 commits!
11-
- asjdf with 3 commits!
6+
- 🏆 ZacharyWin with 58 commits!
7+
- 🥈 FDKevin0 with 48 commits!
8+
- 🥉 asjdf with 30 commits!
9+
- sunalwaysknows with 24 commits!
10+
- aFlyBird0 with 19 commits!
11+
- daidr with 16 commits!
12+
- iyear with 10 commits!
13+
- xiao-jay with 8 commits!
14+
- wujunyi792 with 6 commits!
15+
- sslime336 with 3 commits!
16+
- william0620 with 2 commits!
1217
- FranklinThree with 2 commits!
13-
- xiao-jay with 1 commits!
18+
- Poivre-hxx with 1 commits!
19+
- Esonhugh with 1 commits!
1420

1521
### Lines Added champions are:
16-
- 🏆 FDKevin0 with 4925 lines added!
17-
- 🥈 sunalwaysknows with 2365 lines added!
18-
- 🥉 aFlyBird0 with 660 lines added!
19-
- ZacharyWin with 535 lines added!
20-
- daidr with 136 lines added!
22+
- 🏆 FDKevin0 with 14202 lines added!
23+
- 🥈 ZacharyWin with 7923 lines added!
24+
- 🥉 sunalwaysknows with 3105 lines added!
25+
- asjdf with 1875 lines added!
26+
- aFlyBird0 with 1041 lines added!
27+
- daidr with 816 lines added!
28+
- xiao-jay with 535 lines added!
29+
- iyear with 287 lines added!
30+
- wujunyi792 with 118 lines added!
2131
- FranklinThree with 84 lines added!
22-
- asjdf with 48 lines added!
23-
- xiao-jay with 4 lines added!
32+
- sslime336 with 36 lines added!
33+
- Poivre-hxx with 23 lines added!
34+
- william0620 with 18 lines added!
35+
- Esonhugh with 2 lines added!
2436

2537
### Housekeeper champions are:
26-
- 🏆 FDKevin0 with 1728 lines removed!
27-
- 🥈 asjdf with 414 lines removed!
28-
- 🥉 ZacharyWin with 147 lines removed!
29-
- aFlyBird0 with 101 lines removed!
38+
- 🏆 FDKevin0 with 13189 lines removed!
39+
- 🥈 ZacharyWin with 2316 lines removed!
40+
- 🥉 asjdf with 1635 lines removed!
41+
- sunalwaysknows with 596 lines removed!
42+
- daidr with 467 lines removed!
43+
- xiao-jay with 207 lines removed!
44+
- aFlyBird0 with 178 lines removed!
45+
- iyear with 97 lines removed!
46+
- wujunyi792 with 48 lines removed!
3047
- FranklinThree with 45 lines removed!
31-
- sunalwaysknows with 43 lines removed!
32-
- daidr with 21 lines removed!
33-
- xiao-jay with 4 lines removed!
34-
35-
## top 10 since last Mounth
36-
37-
### Commits champions are:
38-
- 🏆 FDKevin0 with 187 commits!
39-
- 🥈 asjdf with 175 commits!
40-
- 🥉 sunalwaysknows with 79 commits!
41-
- aFlyBird0 with 65 commits!
42-
- ZacharyWin with 64 commits!
43-
- daidr with 51 commits!
44-
- Esonhugh with 33 commits!
45-
- iyear with 31 commits!
46-
- xiao-jay with 21 commits!
47-
- sjcsjc123 with 14 commits!
48-
49-
### Lines Added champions are:
50-
- 🏆 FDKevin0 with 99844 lines added!
51-
- 🥈 asjdf with 44218 lines added!
52-
- 🥉 sunalwaysknows with 8877 lines added!
53-
- ZacharyWin with 8030 lines added!
54-
- aFlyBird0 with 6680 lines added!
55-
- xiao-jay with 2348 lines added!
56-
- daidr with 1824 lines added!
57-
- Esonhugh with 1737 lines added!
58-
- iyear with 991 lines added!
59-
- sjcsjc123 with 856 lines added!
60-
61-
### Housekeeper champions are:
62-
- 🏆 FDKevin0 with 91173 lines removed!
63-
- 🥈 asjdf with 8048 lines removed!
64-
- 🥉 sunalwaysknows with 4001 lines removed!
65-
- aFlyBird0 with 2756 lines removed!
66-
- ZacharyWin with 2338 lines removed!
67-
- daidr with 1035 lines removed!
68-
- xiao-jay with 805 lines removed!
69-
- psyq55262227 with 654 lines removed!
70-
- iyear with 467 lines removed!
71-
- Esonhugh with 302 lines removed!
72-
73-
## all guys since last year
74-
75-
### Commits champions are:
76-
- 🏆 FDKevin0 with 1810 commits!
77-
- 🥈 AkaAny with 781 commits!
78-
- 🥉 asjdf with 770 commits!
79-
- lim-kim930 with 699 commits!
80-
- sunalwaysknows with 481 commits!
81-
- wenjianzhang with 458 commits!
82-
- daidr with 364 commits!
83-
- aFlyBird0 with 342 commits!
84-
- iyear with 262 commits!
85-
- songhn233 with 247 commits!
86-
- ZacharyWin with 187 commits!
87-
- xiao-jay with 109 commits!
88-
- cbpantianya with 106 commits!
89-
- 770690988 with 101 commits!
90-
- spencerwooo with 98 commits!
91-
- Esonhugh with 94 commits!
92-
- S1rine with 86 commits!
93-
- pplllll with 86 commits!
94-
- XMLHexagram with 55 commits!
95-
- TwiN with 50 commits!
96-
- ek1ng with 44 commits!
97-
- psyq55262227 with 43 commits!
98-
- wujunyi792 with 39 commits!
99-
- JustDoIt0910 with 38 commits!
100-
- pcdotfan with 22 commits!
101-
- Lost-little-dinosaur with 21 commits!
102-
- NOTSPROG with 18 commits!
103-
- william0620 with 17 commits!
104-
- lxwzy with 17 commits!
105-
- sjcsjc123 with 14 commits!
106-
- G-Akiraka with 13 commits!
107-
- Xav1erSue with 13 commits!
108-
- rruofan with 12 commits!
109-
- cocoshe with 10 commits!
110-
- Megrax with 10 commits!
111-
- sslime336 with 9 commits!
112-
- camera-2018 with 8 commits!
113-
- violetjam with 7 commits!
114-
- misakichan with 6 commits!
115-
- Jon-a-than with 6 commits!
116-
- ninstein with 5 commits!
117-
- Marthym with 5 commits!
118-
- Frequency-Melody with 5 commits!
119-
- Poivre-hxx with 5 commits!
120-
- hf618 with 4 commits!
121-
- MarleneJiang with 4 commits!
122-
- HoraceHuang-ui with 4 commits!
123-
- Cassuis with 3 commits!
124-
- 1551gululu with 3 commits!
125-
- FranklinThree with 3 commits!
126-
- masterder with 3 commits!
127-
- MoefulYe with 3 commits!
128-
- akmdmc with 3 commits!
129-
- RedBowtie with 3 commits!
130-
- violet-hekmatyar with 2 commits!
131-
- NightFire0307 with 2 commits!
132-
- t0hka1 with 2 commits!
133-
- Yoann-M with 2 commits!
134-
- YuYoung32 with 2 commits!
135-
- sanLiR with 2 commits!
136-
- zuoxinerdemao with 2 commits!
137-
- bxttttt with 1 commits!
138-
- hoodies-gent with 1 commits!
139-
- JIU10 with 1 commits!
140-
- GizmoOAO with 1 commits!
141-
- frostheaven with 1 commits!
142-
- copurxia with 1 commits!
143-
- gopher-johns with 1 commits!
144-
- appleboy with 1 commits!
145-
- AsakiRain with 1 commits!
146-
147-
### Lines Added champions are:
148-
- 🏆 FDKevin0 with 466878 lines added!
149-
- 🥈 ZacharyWin with 251726 lines added!
150-
- 🥉 sunalwaysknows with 173363 lines added!
151-
- asjdf with 94808 lines added!
152-
- Poivre-hxx with 92516 lines added!
153-
- wenjianzhang with 71942 lines added!
154-
- songhn233 with 67419 lines added!
155-
- psyq55262227 with 61689 lines added!
156-
- NOTSPROG with 54433 lines added!
157-
- AkaAny with 52078 lines added!
158-
- ek1ng with 45236 lines added!
159-
- daidr with 35882 lines added!
160-
- spencerwooo with 31160 lines added!
161-
- Megrax with 26324 lines added!
162-
- 770690988 with 22583 lines added!
163-
- S1rine with 21958 lines added!
164-
- aFlyBird0 with 21604 lines added!
165-
- iyear with 17134 lines added!
166-
- lim-kim930 with 14891 lines added!
167-
- XMLHexagram with 13671 lines added!
168-
- TwiN with 10120 lines added!
169-
- wujunyi792 with 10021 lines added!
170-
- JustDoIt0910 with 8862 lines added!
171-
- xiao-jay with 7710 lines added!
172-
- Xav1erSue with 7239 lines added!
173-
- cbpantianya with 7010 lines added!
174-
- pcdotfan with 5771 lines added!
175-
- Esonhugh with 4062 lines added!
176-
- pplllll with 2758 lines added!
177-
- camera-2018 with 2055 lines added!
178-
- cocoshe with 1228 lines added!
179-
- rruofan with 889 lines added!
180-
- sjcsjc123 with 856 lines added!
181-
- Lost-little-dinosaur with 725 lines added!
182-
- violet-hekmatyar with 524 lines added!
183-
- lxwzy with 417 lines added!
184-
- william0620 with 392 lines added!
185-
- Jon-a-than with 314 lines added!
186-
- akmdmc with 284 lines added!
187-
- zuoxinerdemao with 241 lines added!
188-
- t0hka1 with 184 lines added!
189-
- hf618 with 171 lines added!
190-
- sslime336 with 164 lines added!
191-
- G-Akiraka with 162 lines added!
192-
- violetjam with 146 lines added!
193-
- MarleneJiang with 116 lines added!
194-
- gopher-johns with 101 lines added!
195-
- FranklinThree with 90 lines added!
196-
- Marthym with 90 lines added!
197-
- HoraceHuang-ui with 59 lines added!
198-
- YuYoung32 with 57 lines added!
199-
- MoefulYe with 44 lines added!
200-
- Frequency-Melody with 44 lines added!
201-
- sanLiR with 32 lines added!
202-
- AsakiRain with 27 lines added!
203-
- Yoann-M with 27 lines added!
204-
- 1551gululu with 26 lines added!
205-
- ninstein with 20 lines added!
206-
- frostheaven with 17 lines added!
207-
- Cassuis with 17 lines added!
208-
- JIU10 with 17 lines added!
209-
- hoodies-gent with 15 lines added!
210-
- NightFire0307 with 14 lines added!
211-
- bxttttt with 11 lines added!
212-
- RedBowtie with 6 lines added!
213-
- misakichan with 6 lines added!
214-
- masterder with 4 lines added!
215-
- GizmoOAO with 3 lines added!
216-
- appleboy with 1 lines added!
217-
- copurxia with 0 lines added!
218-
219-
### Housekeeper champions are:
220-
- 🏆 FDKevin0 with 659377 lines removed!
221-
- 🥈 songhn233 with 80838 lines removed!
222-
- 🥉 wenjianzhang with 74247 lines removed!
223-
- aFlyBird0 with 38379 lines removed!
224-
- asjdf with 37676 lines removed!
225-
- spencerwooo with 32462 lines removed!
226-
- NOTSPROG with 27190 lines removed!
227-
- sunalwaysknows with 25545 lines removed!
228-
- daidr with 24813 lines removed!
229-
- pcdotfan with 14731 lines removed!
230-
- TwiN with 13235 lines removed!
231-
- lim-kim930 with 12823 lines removed!
232-
- psyq55262227 with 12322 lines removed!
233-
- xiao-jay with 10098 lines removed!
234-
- Megrax with 9882 lines removed!
235-
- ek1ng with 9740 lines removed!
236-
- wujunyi792 with 9195 lines removed!
237-
- 770690988 with 8730 lines removed!
238-
- ZacharyWin with 6504 lines removed!
239-
- AkaAny with 5983 lines removed!
240-
- iyear with 5784 lines removed!
241-
- JustDoIt0910 with 5378 lines removed!
242-
- S1rine with 3871 lines removed!
243-
- cbpantianya with 2403 lines removed!
244-
- Xav1erSue with 1844 lines removed!
245-
- pplllll with 1778 lines removed!
246-
- camera-2018 with 1724 lines removed!
247-
- Poivre-hxx with 1338 lines removed!
248-
- Esonhugh with 960 lines removed!
249-
- rruofan with 889 lines removed!
250-
- cocoshe with 450 lines removed!
251-
- XMLHexagram with 221 lines removed!
252-
- Lost-little-dinosaur with 163 lines removed!
253-
- akmdmc with 138 lines removed!
254-
- Jon-a-than with 136 lines removed!
255-
- william0620 with 131 lines removed!
256-
- t0hka1 with 113 lines removed!
257-
- violetjam with 97 lines removed!
258-
- Marthym with 72 lines removed!
259-
- FranklinThree with 45 lines removed!
260-
- G-Akiraka with 44 lines removed!
261-
- sjcsjc123 with 41 lines removed!
262-
- Yoann-M with 33 lines removed!
263-
- sslime336 with 31 lines removed!
264-
- lxwzy with 29 lines removed!
265-
- Cassuis with 14 lines removed!
266-
- ninstein with 12 lines removed!
267-
- NightFire0307 with 8 lines removed!
268-
- MarleneJiang with 8 lines removed!
269-
- MoefulYe with 5 lines removed!
270-
- misakichan with 4 lines removed!
271-
- RedBowtie with 4 lines removed!
272-
- 1551gululu with 3 lines removed!
273-
- GizmoOAO with 3 lines removed!
274-
- Frequency-Melody with 2 lines removed!
275-
- masterder with 2 lines removed!
276-
- HoraceHuang-ui with 2 lines removed!
277-
- gopher-johns with 2 lines removed!
278-
- appleboy with 1 lines removed!
279-
- violet-hekmatyar with 0 lines removed!
280-
- bxttttt with 0 lines removed!
281-
- YuYoung32 with 0 lines removed!
282-
- zuoxinerdemao with 0 lines removed!
283-
- AsakiRain with 0 lines removed!
284-
- copurxia with 0 lines removed!
285-
- sanLiR with 0 lines removed!
286-
- frostheaven with 0 lines removed!
287-
- hf618 with 0 lines removed!
288-
- JIU10 with 0 lines removed!
289-
- hoodies-gent with 0 lines removed!
290-
291-
## TOP10 in History
292-
293-
### Commits champions are:
294-
- 🏆 BillSJC with 4776 commits!
295-
- 🥈 FDKevin0 with 2864 commits!
296-
- 🥉 laosb with 1771 commits!
297-
- Moesang with 1473 commits!
298-
- reyoung with 1402 commits!
299-
- wenjianzhang with 1228 commits!
300-
- pcdotfan with 946 commits!
301-
- qianlongzt with 834 commits!
302-
- AkaAny with 833 commits!
303-
- lim-kim930 with 796 commits!
304-
305-
### Lines Added champions are:
306-
- 🏆 eurekaJoe with 3304621 lines added!
307-
- 🥈 qianlongzt with 1468329 lines added!
308-
- 🥉 FDKevin0 with 1114514 lines added!
309-
- TwiN with 996905 lines added!
310-
- wenjianzhang with 724392 lines added!
311-
- wuhan005 with 539514 lines added!
312-
- adarshk-rapido with 441129 lines added!
313-
- BillSJC with 436991 lines added!
314-
- laosb with 380620 lines added!
315-
- garchervar with 350562 lines added!
316-
317-
### Housekeeper champions are:
318-
- 🏆 qianlongzt with 845003 lines removed!
319-
- 🥈 FDKevin0 with 725355 lines removed!
320-
- 🥉 wenjianzhang with 656323 lines removed!
321-
- TwiN with 614755 lines removed!
322-
- laosb with 197251 lines removed!
323-
- pcdotfan with 192021 lines removed!
324-
- garchervar with 175621 lines removed!
325-
- luotao1 with 152627 lines removed!
326-
- BillSJC with 122107 lines removed!
327-
- YZZZZZ2333 with 115264 lines removed!
48+
- sslime336 with 11 lines removed!
49+
- william0620 with 8 lines removed!
50+
- Poivre-hxx with 3 lines removed!
51+
- Esonhugh with 0 lines removed!
32852

0 commit comments

Comments
 (0)