File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ export default class GitHub {
165
165
166
166
const updatedIssue = await this . updateIssue ( issue , { state : GitHub . ISSUE_STATE_CLOSED } ) ;
167
167
168
- this . issuesCache . set ( updatedIssue . title , updatedIssue ) ;
169
168
logger . info ( `Closed issue with comment #${ updatedIssue . number } : ${ updatedIssue . html_url } ` ) ;
170
169
} catch ( error ) {
171
170
logger . error ( `Failed to close issue with comment "${ title } ": ${ error . stack } ` ) ;
@@ -194,7 +193,6 @@ export default class GitHub {
194
193
195
194
await this . addCommentToIssue ( { issue, comment : description } ) ;
196
195
197
- this . issuesCache . set ( updatedIssue . title , updatedIssue ) ;
198
196
logger . info ( `Updated issue with comment #${ updatedIssue . number } : ${ updatedIssue . html_url } ` ) ;
199
197
} catch ( error ) {
200
198
logger . error ( `Failed to update issue "${ title } ": ${ error . stack } ` ) ;
You can’t perform that action at this time.
0 commit comments