Skip to content

Commit c05b9ad

Browse files
authored
Remove temporary grouped issues testing code
Removed temporary code for testing grouped issues.
1 parent aba5c20 commit c05b9ad

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/actions/file/src/index.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,6 @@ export default async function () {
8888
screenshotRepo,
8989
)
9090
filing.issue.state = 'reopened'
91-
92-
// TEMP: only to test this is working
93-
if (shouldOpenGroupedIssues) {
94-
core.info('grouped issue within repeated filing')
95-
const problemShort: string = filing.findings[0].problemShort
96-
if (!newIssuesByProblemShort[problemShort]) {
97-
newIssuesByProblemShort[problemShort] = []
98-
}
99-
newIssuesByProblemShort[problemShort].push({
100-
url: response.data.html_url,
101-
id: response.data.number,
102-
})
103-
}
10491
}
10592
if (response?.data && filing.issue) {
10693
// Update the filing with the latest issue data

0 commit comments

Comments
 (0)