Skip to content

Commit 6680f5d

Browse files
committed
update 'report-template.toml' to include start and end date
1 parent 42032de commit 6680f5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

report-template.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ repos = [
1212
]
1313

1414
[data_source]
15-
number_of_days = 30
15+
start_date = 2021-07-01
16+
end_date = 2021-08-01
1617

1718
[high_contributor]
1819
high_reviewer_min_percentage = 10
@@ -23,4 +24,4 @@ high_author_min_percentage = 10
2324
high_author_min_prs = 2
2425
high_contributor_categories_threshold = 2
2526
reviewer_saturation_threshold = 50
26-
author_saturation_threshold = 50
27+
author_saturation_threshold = 50

0 commit comments

Comments
 (0)