Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 1813fda

Browse files
authored
Update add-need-author-input-label-to-all-repos.ts
1 parent 5dcc2bf commit 1813fda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

0 commit comments

Comments
 (0)