{"id":19723607,"url":"https://github.com/remind101/action-require-reviewer","last_synced_at":"2025-02-27T18:43:44.446Z","repository":{"id":54592504,"uuid":"329710104","full_name":"remind101/action-require-reviewer","owner":"remind101","description":"Github workflow action to require a reviewer on pushed branches","archived":false,"fork":false,"pushed_at":"2021-02-08T20:28:30.000Z","size":12489,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-01-10T16:37:41.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/remind101.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}},"created_at":"2021-01-14T19:09:33.000Z","updated_at":"2021-02-08T20:28:33.000Z","dependencies_parsed_at":"2022-08-13T20:40:40.411Z","dependency_job_id":null,"html_url":"https://github.com/remind101/action-require-reviewer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Faction-require-reviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Faction-require-reviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Faction-require-reviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Faction-require-reviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remind101","download_url":"https://codeload.github.com/remind101/action-require-reviewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241045474,"owners_count":19899654,"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":[],"created_at":"2024-11-11T23:22:52.637Z","updated_at":"2025-02-27T18:43:44.424Z","avatar_url":"https://github.com/remind101.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Require Reviewer\n\nCheck for a user/group to have reviewed a pull request\n\n## Inputs\n\n### `whoms`\n\n**Required** Github user names or org groups. e.g. `username` or `@org/group`\n\n### `GITHUB_TOKEN`\n\n**Required** A token with the following permissions is required for organization related checks: `read:org` and `repo:status`\n\n### `SKIP`\n\nA common separated list of text to match in the pull body, which will skip this action if found.\n\n### `SKIP_LABEL`\n\nA single tag name that will skip verifiying this PR\n\n## Outputs\n\n### `missing`\n\nMissing reviews from\n\n## Example usage\n\nAdd an auth token with the correct permissions (see above) to your secrets as `AUTH_GITHUB_TOKEN`\n\n```\non:\n  pull_request:\n    types: ['opened','synchronize','reopened','edited','labeled','unlabeled']\n  pull_request_review:\n    types: ['submitted','edited','dismissed']\n\njobs:\n  require_review:\n    runs-on: ubuntu-latest\n    name: Requires Review\n    steps:\n    - name: Check reviewers\n      uses: remind101/action-require-reviewer@v1\n      with:\n        whoms: \"user,@team\"\n        skip: \"skip-review\",\"skipreview\"\n        skip_tag: \"skip-review\"\n        GITHUB_TOKEN: ${{ secrets.AUTH_GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremind101%2Faction-require-reviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremind101%2Faction-require-reviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremind101%2Faction-require-reviewer/lists"}