ipfs/github-mgmt

Label support

SgtPooki opened this issue · 2 comments

I see

export async function addLabelToAllRepos(
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?

Hey, we don't have label support in GitHub Management yet. The script you linked to was only being used locally but I see I must have failed to commit the part that actually calls this function.

I created an issue for adding label support in the main github management repo - ipdxco/github-as-code#81. Let's have further conversations there. I'm going to close this one.