Skip to content

Commit 1d65ba1

Browse files
authored
Update add-need-author-input-label-to-all-repos.ts
1 parent 695871e commit 1d65ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/src/actions/add-need-author-input-label-to-all-repos.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'reflect-metadata'
2-
import {addLabelToAllRepos} from './shared/add-label-to-all-repos'
2+
import {runAddLabelToAllRepos} from './shared/add-label-to-all-repos.js'
33

4-
addLabelToAllRepos(
4+
runAddLabelToAllRepos(
55
'need/author-input',
66
'ededed',
77
'Needs input from the original author'

0 commit comments

Comments
 (0)