{"id":15140319,"url":"https://github.com/z0al/probot-review-me","last_synced_at":"2025-07-02T19:38:14.054Z","repository":{"id":56058739,"uuid":"122498042","full_name":"z0al/probot-review-me","owner":"z0al","description":"Decide when a pull request is ready for review based on its statuses","archived":false,"fork":false,"pushed_at":"2018-08-31T13:57:11.000Z","size":183,"stargazers_count":16,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-02T06:50:23.643Z","etag":null,"topics":["github","github-app","nodejs","probot","probot-app","pull-requests","review-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/z0al.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}},"created_at":"2018-02-22T15:34:44.000Z","updated_at":"2023-12-06T17:28:46.000Z","dependencies_parsed_at":"2022-08-15T12:20:44.468Z","dependency_job_id":null,"html_url":"https://github.com/z0al/probot-review-me","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/z0al/probot-review-me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0al%2Fprobot-review-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0al%2Fprobot-review-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0al%2Fprobot-review-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0al%2Fprobot-review-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z0al","download_url":"https://codeload.github.com/z0al/probot-review-me/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0al%2Fprobot-review-me/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263204775,"owners_count":23430292,"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","github-app","nodejs","probot","probot-app","pull-requests","review-app"],"created_at":"2024-09-26T08:02:05.344Z","updated_at":"2025-07-02T19:38:14.026Z","avatar_url":"https://github.com/z0al.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Review Me\n\n[![Travis](https://img.shields.io/travis/ahmed-taj/probot-review-me.svg)](https://travis-ci.org/ahmed-taj/probot-review-me)\n\nA GitHub App built with [probot](https://github.com/probot/probot) that helps you to decide when a pull request is ready for review based on its statuses.\n\n## Why?\n\nIt's not always necessary for all status checks to pass, sometimes we need more than ✕ or ✓ to determine if a pull request is ready for review or not.\n\n## How it works\n\nThe app listens to pull request statuses and adds a review label (`[Review me]` by default) if all statuses matched. Otherwise, it removes the label.\n\n![screenshot](./docs/screenshot.png)\n\nThat way, maintainers/reviewers can filter pull requests to look only into ready ones.\n\n## Usage\n\n1. **[Configure the GitHub App](https://github.com/apps/review-me)**\n2. Create `.github/review-me.yml` based on the following template\n3. It will start to listen to pull request statuses and update them accordingly.\n\nA `.github/review-me.yml` file is required to enable the app:\n\n```yaml\n# List of contexts (i.e. apps) and their corresponding statuses\nwhen:\n  # Allowed statuses are:\n  #\n  #   - success\n  #   - failure\n  #   - pending\n  #   - error\n  continuous-integration/travis-ci/pr: success\n  wip: success\n\n# Override default label (optional)\nlabel: Review Me\n```\n\n## Development\n\n```\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\n## Deployment\n\nSee [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.\n\n## You might also like\n\n* **[commitlint-bot](https://github.com/ahmed-taj/commitlint-bot):** A GitHub App that runs commitlint for you!\n* **[DEP](https://github.com/ahmed-taj/dep):** A Github App that helps managing PR dependencies\n\n## License\n\nMIT © [Ahmed T. Ali](https://github.com/ahmed-taj)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0al%2Fprobot-review-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz0al%2Fprobot-review-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0al%2Fprobot-review-me/lists"}