{"id":34515586,"url":"https://github.com/chambo-e/github-labels","last_synced_at":"2026-05-27T08:33:19.590Z","repository":{"id":57610815,"uuid":"60487293","full_name":"chambo-e/github-labels","owner":"chambo-e","description":"A small utility to manage github labels ","archived":false,"fork":false,"pushed_at":"2017-03-20T23:18:29.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T14:26:57.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chambo-e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-06T00:14:18.000Z","updated_at":"2016-06-06T02:36:48.000Z","dependencies_parsed_at":"2022-09-26T20:01:01.025Z","dependency_job_id":null,"html_url":"https://github.com/chambo-e/github-labels","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chambo-e/github-labels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambo-e%2Fgithub-labels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambo-e%2Fgithub-labels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambo-e%2Fgithub-labels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambo-e%2Fgithub-labels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chambo-e","download_url":"https://codeload.github.com/chambo-e/github-labels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambo-e%2Fgithub-labels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33558648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T04:21:46.303Z","updated_at":"2026-05-27T08:33:19.584Z","avatar_url":"https://github.com/chambo-e.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-labels\n\nSmall utility to manage github labels\n\n## Installation\n\n```bash\n$ go get github.com/chambo-e/github-labels\n```\n\n## Usage\n\n```bash\n$ github-labels --help\nNAME:\n   github-labels - Manage github labels easily\n\nUSAGE:\n   github-labels [global options] command [command options] [arguments...]\n\nVERSION:\n   0.1.0\n\nCOMMANDS:\n     list       Print labels from a repository\n     set        Set repository labels from a file\n     import     Import labels from a repository to another\n\nGLOBAL OPTIONS:\n   --token value, -t value      Github Token (Mandatory)\n   --help, -h                   show help (default: false)\n   --version, -v                print the version (default: false)\n```\n\n#### List labels\n\n```bash\n$ github-labels --token XXXXXXXXX list google/grpc\nlabel: bug              color: #fc2929\nlabel: duplicate        color: #cccccc\nlabel: enhancement      color: #84b6eb\n...\n```\n\n#### Import labels\n\n```bash\n$ github-labels --token XXXXXXXXX list google/grpc chambo-e/github-labels\n1/30 (bug): Ok\n2/30 (duplicate): Ok\n3/30 (enhancement): Ok\n...\n```\n\n#### Set labels\n\n```json\n// labels.json\n[\n    {\"name\": \"label1\", \"color\": \"234567\"}\n    {\"name\": \"label2\", \"color\": \"345678\"},\n    {\"name\": \"label3\", \"color\": \"456789\"},\n    ...\n]\n```\n\n```bash\n$ github-labels --token XXXXXXXXX set --labels labels.json chambo-e/github-labels\n1/30 (label1): Ok\n2/30 (label2): Ok\n3/30 (label3): Ok\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchambo-e%2Fgithub-labels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchambo-e%2Fgithub-labels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchambo-e%2Fgithub-labels/lists"}