mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-21 11:15:50 +08:00
fix: console
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Octokit } from '@octokit/rest';
|
||||
import * as core from '@actions/core';
|
||||
import * as core from '../core';
|
||||
import { EEmoji } from '../shared';
|
||||
import { TEmoji, TLockReasons, TUpdateMode, TIssueState, TUserPermission } from '../types';
|
||||
import { IIssueBaseInfo, IIssueCoreEngine, IListIssuesParams, TIssueList, TIssueInfo, TCommentList } from './types';
|
||||
|
Reference in New Issue
Block a user