{"id":17733680,"url":"https://github.com/crunch09/find-reviewers","last_synced_at":"2025-03-14T13:30:37.685Z","repository":{"id":142308718,"uuid":"138171961","full_name":"Crunch09/find-reviewers","owner":"Crunch09","description":"Probot app to assign random reviewers!","archived":false,"fork":false,"pushed_at":"2019-07-22T09:16:18.000Z","size":33,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-13T06:25:26.574Z","etag":null,"topics":["find-reviewers","probot","probot-app","review-tools"],"latest_commit_sha":null,"homepage":"","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/Crunch09.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-06-21T13:10:43.000Z","updated_at":"2020-04-17T10:12:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc364636-0a8e-49fd-b318-cf03d5b99df2","html_url":"https://github.com/Crunch09/find-reviewers","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crunch09%2Ffind-reviewers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crunch09%2Ffind-reviewers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crunch09%2Ffind-reviewers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crunch09%2Ffind-reviewers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crunch09","download_url":"https://codeload.github.com/Crunch09/find-reviewers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243584040,"owners_count":20314685,"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":["find-reviewers","probot","probot-app","review-tools"],"created_at":"2024-10-25T23:05:22.215Z","updated_at":"2025-03-14T13:30:37.277Z","avatar_url":"https://github.com/Crunch09.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# find-reviewers [![Build Status](https://travis-ci.com/Crunch09/find-reviewers.svg?branch=master)](https://travis-ci.com/Crunch09/find-reviewers)\n\n\u003e A GitHub App built with [Probot](https://github.com/probot/probot) that randomly assigns reviewers out of a given list of\npossible reviewers when a specified label\nis added to a pull-request.\n\n## Installation from the GitHub App Store\n\nGo to https://github.com/apps/find-reviewers and follow the instructions.\n\n## Configuration\n\nCreate a file `~/.github/reviewers.yml` in your repository to set up the configuration.\n\n```yaml\n---\n# Describe the labels that once added to a pull request cause the app to assign\n# randomly chosen reviewers.\nlabels:\n  -\n    # Define the groups of reviewers from which the reviewers will be chosen. In this\n    # example, when the label `ready-for-review` is applied, two reviewers are\n    # chosen from the first group and one reviewer from the second group.\n    groups:\n      -\n        number_of_picks: 2\n        possible_reviewers:\n          - florian\n          - erika\n          - octobot\n          - mathilda\n          - james\n          - cx-3po\n      -\n        number_of_picks: 1\n        possible_reviewers:\n          - romain\n          - maria\n          - amal\n          - ana\n    label: \"ready-for-review\"\n  -\n    groups:\n      -\n        number_of_picks: 1\n        possible_reviewers:\n          - foo\n          - bar\n          - baz\n    label: \"Ready for review - small\"\n# Optional: Define which Slack channel to notify once random reviewers have been\n# chosen and their review was requested.\n# The `URL` is of an [Incoming Webhook](https://api.slack.com/incoming-webhooks).\nnotifications:\n  slack:\n    url: \"https://hooks.slack.com/services/AAA/BBB/CCC\"\n    channel: \"#pull_requests\"\n\n# Optional: Define mappings between GitHub usernames and Slack usernames so people\n# get a notification when their review is being requested.\n# The slack user-id can be found in each user's profile settings.\nuser_mappings:\n  florian:\n    slack: U123456\n  octobot:\n    slack: U987654\n```\n\n\n## Contributing\n\n### Local setup\n```sh\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\nIf you have suggestions for how find-reviewers could be improved, or want to report a bug, open an issue! We'd love all and any contributions.\n\nFor more, check out the [Contributing Guide](CONTRIBUTING.md).\n\n## License\n\n[ISC](LICENSE) © 2018 Florian Thomas \u003cflo@florianthomas.net\u003e (https://github.com/Crunch09/find-reviewers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrunch09%2Ffind-reviewers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrunch09%2Ffind-reviewers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrunch09%2Ffind-reviewers/lists"}