Skip to content

Commit

Permalink
Merge pull request #58 from libp2p/add-label
Browse files Browse the repository at this point in the history
feat: add action for adding need/author-input label to all repos
  • Loading branch information
galargh authored Sep 21, 2022
2 parents 465a335 + 8fc14b9 commit ed33e35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/src/actions/add-need-author-input-label-to-all-repos.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'reflect-metadata'
import { Repository } from '../resources/repository'
import {addLabelToAllRepos} from './shared/add-label-to-all-repos'

addLabelToAllRepos(
'need/author-input',
'ededed',
'Needs input from the original author',
(repository: Repository) => repository.name !== 'fclibp2p-zhi'
)

0 comments on commit ed33e35

Please sign in to comment.