diff --git a/src/main.ts b/src/main.ts index a8a6e11..8307f70 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,21 +1,21 @@ import * as core from "@actions/core" import * as github from "@actions/github" import { - findPreviousComment, - createComment, - updateComment, - deleteComment -} from "./comment" -import { - pullRequestNumber, - repo, - body, - header, append, - recreate, + body, deleteOldComment, - githubToken + githubToken, + header, + pullRequestNumber, + recreate, + repo } from "./config" +import { + createComment, + deleteComment, + findPreviousComment, + updateComment +} from "./comment" async function run(): Promise { if (isNaN(pullRequestNumber) || pullRequestNumber < 1) {