I want to apply my new issue labels to all of my repositories in Github.
I can make a new issue label (e.g. important
) in a repository. (Let's call this repository hello-repo
)
But I don't know how to use important
in bye-repo
.
Do I need to add a new label each time I create new repositories?
You can add common issue tags as follows, note that this works only if you're in an organization account as in personal account you have to create each time (creating an org is free in GitHub)
If you're in organization account (remember you must be the owner of that org in GitHub), follow these steps..