File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ function handleBodyOnLoad() {
19
19
'startingDate' ,
20
20
'endingDate' ,
21
21
'showOpenLabel' ,
22
- 'showClosedLabel' ,
23
22
'userReason' ,
24
23
'lastWeekContribution' ,
25
24
'yesterdayContribution' ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ function allIncluded(outputTarget = 'email') {
24
24
let issuesDataProcessed = false ;
25
25
let prsReviewDataProcessed = false ;
26
26
let showOpenLabel = true ;
27
- let showClosedLabel = true ;
28
27
let userReason = '' ;
29
28
30
29
let pr_merged_button =
@@ -49,7 +48,6 @@ function allIncluded(outputTarget = 'email') {
49
48
'startingDate' ,
50
49
'endingDate' ,
51
50
'showOpenLabel' ,
52
- 'showClosedLabel' ,
53
51
'lastWeekContribution' ,
54
52
'yesterdayContribution' ,
55
53
'userReason' ,
@@ -92,9 +90,6 @@ function allIncluded(outputTarget = 'email') {
92
90
showOpenLabel = false ;
93
91
pr_unmerged_button = '' ;
94
92
issue_opened_button = '' ;
95
- }
96
- if ( ! items . showClosedLabel ) {
97
- showClosedLabel = false ;
98
93
pr_merged_button = '' ;
99
94
issue_closed_button = '' ;
100
95
}
You can’t perform that action at this time.
0 commit comments