{"id":15140317,"url":"https://github.com/rsarky/helpr","last_synced_at":"2025-10-23T17:30:58.106Z","repository":{"id":120663478,"uuid":"125656435","full_name":"rsarky/helpr","owner":"rsarky","description":":robot: A GitHub App built with the ProBot framework that labels issues when a PR is associated with it.","archived":false,"fork":false,"pushed_at":"2019-10-29T14:25:07.000Z","size":122,"stargazers_count":11,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T19:22:29.650Z","etag":null,"topics":["github-app","probot","probot-app","workflow-automation"],"latest_commit_sha":null,"homepage":"https://github.com/apps/helpr","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsarky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-03-17T18:09:45.000Z","updated_at":"2022-02-04T10:28:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ce658f7-b21a-4d9a-b960-618255c2ce21","html_url":"https://github.com/rsarky/helpr","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsarky%2Fhelpr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsarky%2Fhelpr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsarky%2Fhelpr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsarky%2Fhelpr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsarky","download_url":"https://codeload.github.com/rsarky/helpr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237861289,"owners_count":19377960,"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-app","probot","probot-app","workflow-automation"],"created_at":"2024-09-26T08:02:04.611Z","updated_at":"2025-10-23T17:30:57.686Z","avatar_url":"https://github.com/rsarky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ch2 align=\"center\"\u003ehelPR\u003c/h2\u003e\n\u003cp align=\"center\"\u003eA GitHub App built with \u003ca href=\"https://github.com/probot/probot\"\u003eProbot\u003c/a\u003e that assigns labels to issues based on the status of the PR associated with it.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://travis-ci.org/rsarky/helpr\"\u003e\u003cimg src=\"https://travis-ci.org/rsarky/helpr.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\u003ca href=\"https://codecov.io/gh/rsarky/helpr\"\u003e\n  \u003cimg src=\"https://codecov.io/gh/rsarky/helpr/branch/master/graph/badge.svg\" /\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n\n\u003c/div\u003e\n\n## Usage\n\nUsing helpr is pretty straightforward. Just [install](https://github.com/apps/helpr) the app on your repository and you are ready to go. :100: \n\n\nConsider this open issue :\n\n![issue](./screenshots/usage-img2.jpg)\n\u003cbr\u003e\u003cbr\u003e\n\nNow when someone references this issue in a pull request helpr will automatically add the label `pr-available` :\n\n![labelled](./screenshots/usage-img1.jpg)\n\u003cbr\u003e\u003cbr\u003e\n\n\n**helpr** supports 3 labels :\n* `pr-available` when  a new PR referencing an issue is opened.\n* `pr-merged` when a PR referencing an issue is merged.\n* `pr-rejected` when a PR referencing an issue is rejected.\n\nWhen a PR for an issue is merged or rejected **helpr** will remove the `pr-available` label and add the respective merged or rejected label.\n\n## Configuring\n\nYou can choose label names as per your liking :smile:\n\nAdd a `helpr` object in your `.github/config.yml` file (and make the file if you don't already have it) like this:\n\n```yaml\nhelpr:\n  opened: 'insert-label-for-pr-opened-here'\n  merged: 'insert-label-for-pr-merged-here'\n  rejected: 'insert-label-for-pr-rejected-here'\n```  \n\nOnly override the ones that you want to change!\n\nThe defaults are:\n```yaml\nopened: 'pr-available'\nmerged: 'pr-merged'\nrejected: 'pr-rejected'\n```\n\n## Setup\n\n```sh\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\nSee [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsarky%2Fhelpr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsarky%2Fhelpr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsarky%2Fhelpr/lists"}