{"id":32806670,"url":"https://github.com/koji/review-checker","last_synced_at":"2026-04-29T16:03:30.752Z","repository":{"id":322772914,"uuid":"1090820567","full_name":"koji/review-checker","owner":"koji","description":"post review requested prs to slack","archived":false,"fork":false,"pushed_at":"2025-12-13T20:33:04.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-02-14T18:31:41.967Z","etag":null,"topics":["github","github-actions","slack"],"latest_commit_sha":null,"homepage":"","language":null,"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/koji.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-06T07:19:22.000Z","updated_at":"2025-12-13T20:33:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/koji/review-checker","commit_stats":null,"previous_names":["koji/review-checker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koji/review-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Freview-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Freview-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Freview-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Freview-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koji","download_url":"https://codeload.github.com/koji/review-checker/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2Freview-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32432917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: 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":["github","github-actions","slack"],"created_at":"2025-11-06T15:00:37.756Z","updated_at":"2026-04-29T16:03:30.747Z","avatar_url":"https://github.com/koji.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Review Checker\n\nA GitHub Actions workflow that automatically finds pull requests where you're requested as a reviewer and sends notifications to Slack.\n\n## Overview\n\nThis workflow searches for open PRs in a specified repository that are awaiting your review and sends a summary to a Slack channel via webhook.\n\n## Features\n\n- 🔍 Searches for PRs with pending review requests\n- 📬 Sends formatted notifications to Slack\n- ⚙️ Configurable target repository and username\n- 🕐 Can run on-demand or on a schedule\n\n## Setup\n\n### 1. Required Secrets\n\nConfigure the following secrets in your repository settings (`Settings` → `Secrets and variables` → `Actions`):\n\n- **`GH_TOKEN`**: GitHub Personal Access Token with `repo` and `read:org` permissions\n- **`SLACK_WEBHOOK_URL`**: Slack incoming webhook URL for notifications\n\n### 2. Configuration\n\nEdit the workflow file `.github/workflows/find-reviews.yml` to customize:\n\n```yaml\nenv:\n  TARGET_REPO: 'Opentrons/opentrons'  # Repository to search\n  MY_USERNAME: 'koji'                  # Your GitHub username\n```\n\n### 3. Schedule (Optional)\n\nTo enable automatic daily checks, uncomment the schedule section in the workflow:\n\n```yaml\nschedule:\n  - cron: '0 1 * * *'  # Runs daily at 1:00 AM UTC\n```\n\n## Usage\n\n### Manual Trigger\n\n1. Go to the **Actions** tab in your repository\n2. Select **Find My Review Requests** workflow\n3. Click **Run workflow**\n\n### Automatic Trigger\n\nIf the schedule is enabled, the workflow runs automatically at the configured time.\n\n## How It Works\n\n1. Uses GitHub CLI (`gh`) to search for open PRs with pending review requests\n2. Formats the results as a list with PR numbers, titles, and URLs\n3. Builds a JSON payload for Slack\n4. Sends the notification using the Slack GitHub Action\n\n## Notification Format\n\nWhen PRs are found:\n```\n🔔 **Review Requests for @koji in Opentrons/opentrons**\n\n- #123: Fix bug in API handler\n- #456: Add new feature\n```\n\nWhen no PRs are found:\n```\n✅ No review requests found for @koji in Opentrons/opentrons.\n```\n\n## Permissions\n\nThe workflow requires the following permissions:\n- `pull-requests: read` - To search and read PR information\n- `contents: read` - To access repository content\n\n## Requirements\n\n- GitHub CLI (`gh`) - Pre-installed on GitHub-hosted runners\n- Slack incoming webhook configured in your workspace\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoji%2Freview-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoji%2Freview-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoji%2Freview-checker/lists"}