Skip to content

The source of truth for labels in the organization's repositories.

Notifications You must be signed in to change notification settings

mkdocstrings/github-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

mkdocstrings labels

Use the following command to clone labels from this repository into another:

gh label clone -f mkdocstrings/github-labels -R mkdocstrings/python

Shell commands to apply labels to all repositories within @mkdocstrings (except a few):

for repo in $(gh repo list mkdocstrings --json name --jq '.[].name' --limit 100 | grep -ve github -e vba -e crystal); do
  gh label clone -f mkdocstrings/github-labels -R mkdocstrings/$repo
done

About

The source of truth for labels in the organization's repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published