mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-22 03:35:44 +08:00
wip: code review
This commit is contained in:
@@ -2,8 +2,8 @@ import * as github from '@actions/github';
|
||||
import { dealStringToArr, THANKS } from 'actions-util';
|
||||
|
||||
import * as core from './core';
|
||||
import { TAction } from './types';
|
||||
import { IssueHelperEngine } from './helper';
|
||||
import type { TAction } from './types';
|
||||
|
||||
async function main() {
|
||||
try {
|
||||
@@ -16,6 +16,6 @@ async function main() {
|
||||
} catch (err: any) {
|
||||
core.setFailed(err.message);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
main();
|
||||
|
Reference in New Issue
Block a user