File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import {resolve} from 'path';
22import { setFailed } from '@actions/core' ;
33import { Context } from '@actions/github/lib/context' ;
44import { 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' ;
67import { execute } from './process' ;
78import { TARGET_EVENTS } from './constant' ;
89
You can’t perform that action at this time.
0 commit comments