mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
wip: add helper & base
This commit is contained in:
15
src/helper/advanced.ts
Normal file
15
src/helper/advanced.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { dealStringToArr } from 'actions-util';
|
||||
import * as core from '../core';
|
||||
import { TIssueState, TUpdateMode, TEmoji, TLockReasons } from '../types';
|
||||
import { ELockReasons } from '../shared';
|
||||
import { IIssueCoreEngine } from '../issue';
|
||||
|
||||
let ICE: IIssueCoreEngine;
|
||||
|
||||
export function initAdvancedICE(_ICE: IIssueCoreEngine) {
|
||||
ICE = _ICE;
|
||||
}
|
||||
|
||||
export async function doCheckInactive() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user