{"id":18320200,"url":"https://github.com/gedex/gembel","last_synced_at":"2025-04-09T14:24:02.515Z","repository":{"id":57611359,"uuid":"113773488","full_name":"gedex/gembel","owner":"gedex","description":"Bulk update GitHub issue labels","archived":false,"fork":false,"pushed_at":"2018-08-29T05:56:20.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T08:24:30.372Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gedex.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":"2017-12-10T18:32:17.000Z","updated_at":"2022-11-12T23:27:00.000Z","dependencies_parsed_at":"2022-09-16T00:41:51.622Z","dependency_job_id":null,"html_url":"https://github.com/gedex/gembel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgembel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgembel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgembel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgembel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gedex","download_url":"https://codeload.github.com/gedex/gembel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054358,"owners_count":21039986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-05T18:15:31.550Z","updated_at":"2025-04-09T14:24:02.498Z","avatar_url":"https://github.com/gedex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"gembel\n======\n\ngembel \u0026mdash; command line app to bulk update GitHub issue labels.\n\n## Install\n\n### From brew\n\n```\nbrew install gedex/tap/gembel\n```\n\nCheck the [tap source](https://github.com/gedex/homebrew-tap) for more details.\n\n### From binaries\n\nDownload your preferred flavor from the [releases page](https://github.com/gedex/gembel/releases/latest) and install manually.\n\n### From Go Get\n\n```\ngo get github.com/gedex/gembel\n```\n\n## Using gembel\n\nBefore using gembel, you need `GITHUB_TOKEN` (can be retrieved from [here](https://github.com/settings/tokens)).\nOnce you've that, set it to your bash profile or provide it when running the app:\n\n```\nGITHUB_TOKEN=\"token\" gembel \u003cconfig-file\u003e\n```\n\n`\u003cconfig-file\u003e` is JSON file with following structure:\n\n\n```json\n{\n    \"labels\": [\n        {\n            \"name\": \"[Type] Bug\",\n            \"color\": \"e11d21\",\n            \"replace\": \"bug\"\n        },\n        {\n            \"name\": \"[Type] Enhancement\",\n            \"color\": \"c7def8\"\n        }\n    ],\n    \"repositories\": [\n        \"gedex/repo-name\",\n        \"gedex/another-repo-name\"\n    ]\n}\n```\n\nIt requires `labels` (label properties to apply) and `repositories` (the\ntarget repositories). If label has `replace` property (optional), it will replace\nmatching label in the repository with the new one in `name`. If you want to\nmimic labels from another repository, you can use [glek](https://github.com/gedex/glek)\nto export repository issue labels.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fgembel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedex%2Fgembel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fgembel/lists"}