I see
| exportasyncfunctionaddLabelToAllRepos( |
| label: string, |
| color: string, |
| description: string, |
| repositoryFilter: (repository: Repository)=>boolean=()=>true |
| ): Promise<void>{ |
but I don't see that it's used anywhere.
I also couldn't find label support in this repo at all. Is there a list of labels that we add to all repos and how do I propose adding a label to that list?
I see
github-mgmt/scripts/src/actions/shared/add-label-to-all-repos.ts
Lines 7 to 12 in 935b24a
I also couldn't find label support in this repo at all. Is there a list of labels that we add to all repos and how do I propose adding a label to that list?