Skip to content

Commit bf67125

Browse files
Merge pull request #205 from technote-space/release/next-v1.5.0
release: v1.5.1
2 parents 7eb69a1 + e365c13 commit bf67125

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/assign-author",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"keywords": [
66
"github",

src/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import {resolve} from 'path';
22
import {setFailed} from '@actions/core';
33
import {Context} from '@actions/github/lib/context';
44
import {isTargetEvent} from '@technote-space/filter-github-action';
5-
import {Logger, ContextHelper, Utils} from '@technote-space/github-action-helper';
5+
import {ContextHelper, Utils} from '@technote-space/github-action-helper';
6+
import {Logger} from '@technote-space/github-action-log-helper';
67
import {execute} from './process';
78
import {TARGET_EVENTS} from './constant';
89

0 commit comments

Comments
 (0)