{"id":14067565,"url":"https://github.com/terrytangyuan/maintainer-tools","last_synced_at":"2025-05-12T18:47:33.385Z","repository":{"id":99920892,"uuid":"265364793","full_name":"terrytangyuan/maintainer-tools","owner":"terrytangyuan","description":"Collection of useful functions for project maintainers","archived":false,"fork":false,"pushed_at":"2020-09-01T01:48:26.000Z","size":30,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T01:44:20.930Z","etag":null,"topics":["github","maintainer","rstats"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terrytangyuan.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,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"terrytangyuan"}},"created_at":"2020-05-19T20:56:51.000Z","updated_at":"2024-06-30T02:17:08.000Z","dependencies_parsed_at":"2023-03-24T18:32:58.171Z","dependency_job_id":null,"html_url":"https://github.com/terrytangyuan/maintainer-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrytangyuan%2Fmaintainer-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrytangyuan%2Fmaintainer-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrytangyuan%2Fmaintainer-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrytangyuan%2Fmaintainer-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terrytangyuan","download_url":"https://codeload.github.com/terrytangyuan/maintainer-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253802515,"owners_count":21966816,"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":["github","maintainer","rstats"],"created_at":"2024-08-13T07:05:39.941Z","updated_at":"2025-05-12T18:47:33.164Z","avatar_url":"https://github.com/terrytangyuan.png","language":"R","funding_links":["https://github.com/sponsors/terrytangyuan"],"categories":["R"],"sub_categories":[],"readme":"# maintainertools\n\n\n**maintainertools** package provides a collection of useful functions for project maintainers, such as writing summaries on issues, pull requests, and preparing for releases for projects on GitHub.\n\n## Installation\n\nYou can install the development version of **maintainertools** package from GitHub with:\n\n```r\ninstall.packages(\"remotes\")\nremotes::install_github(\"terrytangyuan/maintainer-tools\")\n```\n\n\n## Example\n\nThis is a basic example which shows you how to generate a summary that can be included in release notes:\n\n``` r\nlibrary(maintainertools)\n\nrepo \u003c- \"kubeflow/common\"\nfrom \u003c- \"2020-05-10\"\nuntil \u003c- \"2020-05-19\"\nlabels_mapping \u003c- list(\n  \"size/S\" = \"Small Changes\",\n  \"size/L\" = \"Large Changes\",\n  \"size/M\" = \"Medium Changes\")\n\nget_release_summary(repo, from, until, labels_mapping)\n```\n\nYou can find an example release summmary [here](./tests/testthat/resources/example-release-notes.md).\n\nNote that if you intend to run a large number of requests, you may want to add your GitHub token to environment variable like the following:\n\n```r\nSys.setenv(GITHUB_TOKEN = \"XXX\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrytangyuan%2Fmaintainer-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterrytangyuan%2Fmaintainer-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrytangyuan%2Fmaintainer-tools/lists"}