File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,7 @@ function allIncluded(outputTarget = 'email') {
50
50
let issue_opened_button =
51
51
'<div style="vertical-align:middle;display: inline-block;padding: 0px 4px;font-size:9px;font-weight: 600;color: #fff;text-align: center;background-color: #2cbe4e;border-radius: 3px;line-height: 12px;margin-bottom: 2px;" class="State State--green">open</div>' ;
52
52
53
- /**
54
- * Resets all report processing flags and state, then optionally regenerates the report
55
- * @param {boolean } regenerateReport - Whether to regenerate the report after reset
56
- * @param {string } outputTarget - The output target ('popup' or 'email')
57
- */
53
+ // Reset all report state and optionally regenerate the report for popup or email context
58
54
function resetReportState ( regenerateReport = false , outputTarget = 'popup' ) {
59
55
log ( 'Resetting report state' ) ;
60
56
@@ -90,10 +86,7 @@ function allIncluded(outputTarget = 'email') {
90
86
}
91
87
}
92
88
93
- /**
94
- * Forces a refresh of GitHub data by clearing cache and fetching new data
95
- * @returns {Promise } Promise that resolves when refresh is complete
96
- */
89
+ // Clear cache, fetch fresh GitHub data, and reset report state
97
90
async function forceGithubDataRefresh ( ) {
98
91
log ( 'Force refreshing GitHub data' ) ;
99
92
You can’t perform that action at this time.
0 commit comments