diff --git a/src/main.ts b/src/main.ts index 127c809..cf514d7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,7 @@ -import * as github from '@actions/github'; import { dealStringToArr, THANKS } from 'actions-util'; +import * as github from '@actions/github'; + import * as core from './core'; import { IssueHelperEngine } from './helper'; import type { TAction } from './types';