Skip to content

Commit f4eb2cf

Browse files
committed
Add GitHub Actions workflow for weekly traffic data collection
- Introduced a new workflow to collect and append weekly repo traffic data (views and unique visitors) to CSV files. - The workflow fetches data from the GitHub Traffic API and handles date management to ensure accurate data recording. - Includes steps for determining the last recorded date, fetching new traffic data, appending to CSV files, and creating a pull request with a summary of the collected data.
1 parent 2a2f818 commit f4eb2cf

File tree

4 files changed

+1240
-0
lines changed

4 files changed

+1240
-0
lines changed
File renamed without changes.

.github/views.csv

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
"03/04",440
2+
"03/05",882
3+
"03/06",901
4+
"03/07",408
5+
"03/08",508
6+
"03/09",2359
7+
"03/10",6105
8+
"03/11",10619
9+
"03/12",5823
10+
"03/13",5712
11+
"03/14",2333
12+
"03/15",2457
13+
"03/16",4647
14+
"03/17",4207
15+
"03/18",3387
16+
"03/19",3657
17+
"03/20",4366
18+
"03/21",2028
19+
"03/22",1882
20+
"03/23",3847
21+
"03/24",3178
22+
"03/25",3212
23+
"03/26",4008
24+
"03/27",3695
25+
"03/28",2022
26+
"03/29",2197
27+
"03/30",3458

0 commit comments

Comments
 (0)