{"id":15391924,"url":"https://github.com/scrum/git-update-repos-labels","last_synced_at":"2026-02-26T06:48:17.781Z","repository":{"id":44093491,"uuid":"200627718","full_name":"Scrum/git-update-repos-labels","owner":"Scrum","description":"A tiny helper to update of label in the github repository","archived":false,"fork":false,"pushed_at":"2023-03-01T17:02:44.000Z","size":993,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T08:45:56.914Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Scrum.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-05T09:46:06.000Z","updated_at":"2023-03-04T04:56:31.000Z","dependencies_parsed_at":"2024-10-18T23:09:10.174Z","dependency_job_id":null,"html_url":"https://github.com/Scrum/git-update-repos-labels","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.33333333333333337","last_synced_commit":"055a8763a1ff513c64e6176d26bac160bdf67461"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Scrum/git-update-repos-labels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-update-repos-labels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-update-repos-labels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-update-repos-labels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-update-repos-labels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Scrum","download_url":"https://codeload.github.com/Scrum/git-update-repos-labels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-update-repos-labels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29850815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":"2024-10-01T15:13:31.337Z","updated_at":"2026-02-26T06:48:17.749Z","avatar_url":"https://github.com/Scrum.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-update-repos-labels\n\u003e A tiny helper to update of label in the github repository \n\n[![Travis Build Status](https://img.shields.io/travis/Scrum/git-update-repos-labels/master.svg?style=flat-square\u0026label=unix)](https://travis-ci.org/Scrum/git-update-repos-labels)[![Coveralls status](https://img.shields.io/coveralls/Scrum/git-update-repos-labels.svg?style=flat-square)](https://coveralls.io/r/Scrum/git-update-repos-labels)\n\n## Install\n```bash\nnpm install git-update-repos-labels\n```\n\n## Usage\n```js\nimport gitUpdateReposLabels from 'git-update-repos-labels';\n\nconst token = '59bd8d5eb1980b7f926f2d106f4f2f0312fdf97f';\nconst label = {\n  id: 'MDU6TGFiZWwxNDg1MjAwMjk2', \n  color: 'ededed', \n  name: 'status: in progress', \n  description: null\n};\n\ngitUpdateReposLabels({label, token});\n//=\u003e {id: \"MDU6TGFiZWwxNDg1MjAwMjk2\", \"name\": \"status: in progress\", \"color\": \"ededed\", \"description\": null}\n```\n\n## API\n#### `label`\n\nType: `object` **`Required`**  \nDefault: `undefined`  \nDescription: *label creation options `{id: string, name: string, color: string, description: string}` when `{id, name, color}` are required*\n\n#### `token`\n\nType: `String` **`Required`**  \nDefault: `undefined`  \nDescription: *You  Github Personal Token. Grab it from your [Developer settings](https://github.com/settings/developers)*\n\n## Recommend\n - [git-get-repos-labels](https://github.com/Scrum/git-get-repos-labels) -  A iny helper to get a list of labels from the github repository \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrum%2Fgit-update-repos-labels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrum%2Fgit-update-repos-labels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrum%2Fgit-update-repos-labels/lists"}