{"id":15391933,"url":"https://github.com/scrum/git-get-repos-labels","last_synced_at":"2026-01-19T07:33:21.422Z","repository":{"id":44033585,"uuid":"199629793","full_name":"Scrum/git-get-repos-labels","owner":"Scrum","description":"A iny helper to get a list of labels from the github repository","archived":false,"fork":false,"pushed_at":"2023-03-01T18:04:54.000Z","size":1025,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T08:45:56.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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-07-30T10:28:12.000Z","updated_at":"2023-03-04T04:56:31.000Z","dependencies_parsed_at":"2024-10-18T23:09:20.175Z","dependency_job_id":null,"html_url":"https://github.com/Scrum/git-get-repos-labels","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.3125,"last_synced_commit":"326c5d8d30292041aef54e7b6c3b8e92351c6dc7"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Scrum/git-get-repos-labels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-get-repos-labels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-get-repos-labels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-get-repos-labels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-get-repos-labels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Scrum","download_url":"https://codeload.github.com/Scrum/git-get-repos-labels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scrum%2Fgit-get-repos-labels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:32.032Z","updated_at":"2026-01-19T07:33:21.406Z","avatar_url":"https://github.com/Scrum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-get-repos-labels\n\u003e A tiny helper to get a list of labels from the github repository\n\n[![Travis Build Status](https://img.shields.io/travis/Scrum/git-get-repos-labels/master.svg?style=flat-square\u0026label=unix)](https://travis-ci.org/Scrum/git-get-repos-labels)[![Coveralls status](https://img.shields.io/coveralls/Scrum/git-get-repos-labels.svg?style=flat-square)](https://coveralls.io/r/Scrum/git-get-repos-labels)\n\n## Install\n```bash\nnpm install git-get-repos-labels\n```\n\n## Usage\n```js\nimport gitGetReposLabels from 'git-get-repos-labels';\n\ngitGetReposLabels({owner: 'scrum', repo: 'slims', token: '59bd8d5eb1980b7f926f2d106f4f2f0312fdf97f'});\n//=\u003e [{id: \"MDU6TGFiZWwzODg4NTI4Mzc=\", \"name\": \"bug\", \"color\": \"d73a4a\", \"description\": \"Something isn't working\"}, ...]\n```\n## API\n#### `owner`\n\nType: `String` **`Required`**  \nDefault: `undefined`  \nDescription: *Github owner or organization name.*\n\n#### `repo`\n\nType: `String` **`Required`**  \nDefault: `undefined`  \nDescription: *Repository name.*\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrum%2Fgit-get-repos-labels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrum%2Fgit-get-repos-labels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrum%2Fgit-get-repos-labels/lists"}