feat: Add event-based automation triggers (#2537)
This commit is contained in:
committed by
dermotduffy
parent
b701366762
commit
a31816c168
@@ -143,6 +143,9 @@ export class IssueStateManager implements IssueReadOnlyState {
|
||||
}
|
||||
|
||||
public destroy(): void {
|
||||
for (const issue of this._issues.values()) {
|
||||
issue.destroy?.();
|
||||
}
|
||||
this.reset();
|
||||
this._issues.clear();
|
||||
this._loggedKeys.clear();
|
||||
|
||||
Reference in New Issue
Block a user