{"id":6326350,"name":"MetaMask/action-require-additional-reviewer","ecosystem":"actions","description":"Require additional reviewers of automatically created Pull Requests.","homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/MetaMask/action-require-additional-reviewer","keywords_array":[],"namespace":"MetaMask","versions_count":7,"first_release_published_at":"2021-08-14T00:46:01.000Z","latest_release_published_at":"2022-10-31T15:48:48.000Z","latest_release_number":"v1.0.5","last_synced_at":"2026-08-04T00:16:45.493Z","created_at":"2023-02-13T13:09:54.304Z","updated_at":"2026-08-04T00:16:45.493Z","registry_url":"https://github.com/MetaMask/action-require-additional-reviewer","install_command":null,"documentation_url":null,"metadata":{"name":"Require Additional Reviewer","description":"Require additional reviewers of automatically created Pull Requests.","inputs":{"artifact-name":{"description":"The name of the artifact containing the release PR author name.","default":"release-authors","required":true},"artifact-workflow-name":{"description":"The name of the workflow that writes the release author artifact.","default":"Create Release Pull Request","required":true},"artifacts-path":{"description":"The path to the directory where this action will look for its required artifacts.","default":"gh-action__release-authors","required":true},"github-status-name":{"description":"The string that will show up as the name of the GitHub status on PRs.","default":"Additional Reviews for Releases","required":true},"release-branch-prefix":{"description":"The prefix of release PR branch names for this repository.","default":"release/","required":true},"read-org-token":{"description":"A GitHub access token with the \"read:org\" scope.","required":true}},"runs":{"using":"composite","steps":[{"name":"Check Branch Prefix","id":"check-branch-prefix","shell":"bash","run":"${{ github.action_path }}/scripts/check-is-release.sh \\\n  \"${{ github.event.pull_request.head.ref }}\" \\\n  \"${{ inputs.release-branch-prefix }}\"\n"},{"name":"Download Release Author Artifact","shell":"bash","run":"if [[ \"${{ steps.check-branch-prefix.outputs.is-release }}\" == \"true\" ]]; then\n  ${{ github.action_path }}/scripts/download-artifact.sh \\\n    \"${{ github.repository }}\" \\\n    \"${{ github.event.pull_request.base.ref }}\" \\\n    \"${{ inputs.artifacts-path }}\" \\\n    \"${{ inputs.artifact-name }}\" \\\n    \"${{ inputs.artifact-workflow-name }}\"\nfi\n"},{"name":"Check for Additional Reviewers","id":"check-additional-reviewers","shell":"bash","run":"if [[ \"${{ steps.check-branch-prefix.outputs.is-release }}\" == \"true\" ]]; then\n  ${{ github.action_path }}/scripts/check-for-additional-reviewers.sh \\\n    \"${{ github.repository }}\" \\\n    \"${{ github.event.pull_request.number }}\" \\\n    \"${{ inputs.artifacts-path }}\" \\\n    \"${{ inputs.read-org-token }}\"\nfi\n"},{"name":"Set Commit Status","shell":"bash","run":"${{ github.action_path }}/scripts/set-commit-status.sh \\\n  \"${{ github.repository }}\" \\\n  \"${{ inputs.github-status-name }}\" \\\n  \"${{ steps.check-branch-prefix.outputs.is-release }}\" \\\n  \"${{ steps.check-additional-reviewers.outputs.num-other-approving-reviewers }}\"\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":40004482,"uuid":"394021389","full_name":"MetaMask/action-require-additional-reviewer","owner":"MetaMask","description":"A GitHub Action that can be used to require additional reviewers of automatically created Pull Requests.","archived":true,"fork":false,"pushed_at":"2023-09-28T12:02:49.000Z","size":173,"stargazers_count":2,"open_issues_count":4,"forks_count":8,"subscribers_count":34,"default_branch":"main","last_synced_at":"2025-07-08T19:56:53.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/MetaMask.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":"metamask","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-08-08T17:04:56.000Z","updated_at":"2024-09-23T11:51:08.000Z","dependencies_parsed_at":"2024-06-21T16:33:08.993Z","dependency_job_id":"edd4aa31-5cb4-4a0b-8e8f-01a0faab7a9d","html_url":"https://github.com/MetaMask/action-require-additional-reviewer","commit_stats":{"total_commits":41,"total_committers":6,"mean_commits":6.833333333333333,"dds":0.3414634146341463,"last_synced_commit":"d3227bd4dc25b93018d1fb726ab34794e54436f3"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":"MetaMask/metamask-module-template","purl":"pkg:github/MetaMask/action-require-additional-reviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MetaMask","download_url":"https://codeload.github.com/MetaMask/action-require-additional-reviewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270865369,"owners_count":24659161,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"MetaMask","name":"MetaMask","uuid":"11744586","kind":"organization","description":"MetaMask brings Ethereum to your web browser","email":"hello@metamask.io","website":"https://metamask.io","location":"Ethereum Blockchain","twitter":"metamask","company":null,"icon_url":"https://avatars.githubusercontent.com/u/11744586?v=4","repositories_count":269,"last_synced_at":"2025-05-12T13:03:28.236Z","metadata":{"has_sponsors_listing":false,"funding":{"github":null,"patreon":null,"open_collective":"metamask","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/MetaMask","funding_links":["https://opencollective.com/metamask"],"total_stars":23878,"followers":3869,"following":0,"created_at":"2022-11-02T16:28:40.556Z","updated_at":"2025-05-12T13:03:28.236Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MetaMask","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MetaMask/repositories"},"tags":[{"name":"v1.0.5","sha":"0f78bad976da0bd2efbb211c0d2b99814380ae0c","kind":"commit","published_at":"2022-10-31T15:48:48.000Z","download_url":"https://codeload.github.com/MetaMask/action-require-additional-reviewer/tar.gz/v1.0.5","html_url":"https://github.com/MetaMask/action-require-additional-reviewer/releases/tag/v1.0.5","dependencies_parsed_at":"2023-06-01T10:17:05.141Z","dependency_job_id":null,"purl":"pkg:github/MetaMask/action-require-additional-reviewer@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"8466e74624a7add6ce967953bb33bb69a96a79a7","kind":"commit","published_at":"2022-10-26T19:50:37.000Z","download_url":"https://codeload.github.com/MetaMask/action-require-additional-reviewer/tar.gz/v1.0.4","html_url":"https://github.com/MetaMask/action-require-additional-reviewer/releases/tag/v1.0.4","dependencies_parsed_at":"2023-06-01T10:17:07.750Z","dependency_job_id":null,"purl":"pkg:github/MetaMask/action-require-additional-reviewer@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.4/manifests"},{"name":"v1","sha":"099c39741dd650b2a5ef575be8c936245882a50d","kind":"commit","published_at":"2022-02-10T02:52:03.000Z","download_url":"https://codeload.github.com/MetaMask/action-require-additional-reviewer/tar.gz/v1","html_url":"https://github.com/MetaMask/action-require-additional-reviewer/releases/tag/v1","dependencies_parsed_at":"2023-05-31T14:59:53.674Z","dependency_job_id":null,"purl":"pkg:github/MetaMask/action-require-additional-reviewer@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1/manifests"},{"name":"v1.0.3","sha":"099c39741dd650b2a5ef575be8c936245882a50d","kind":"commit","published_at":"2022-02-10T02:52:03.000Z","download_url":"https://codeload.github.com/MetaMask/action-require-additional-reviewer/tar.gz/v1.0.3","html_url":"https://github.com/MetaMask/action-require-additional-reviewer/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T14:59:51.582Z","dependency_job_id":null,"purl":"pkg:github/MetaMask/action-require-additional-reviewer@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"af8420ae5a363e63f46ab195a109180ca52c730f","kind":"commit","published_at":"2022-02-10T01:25:09.000Z","download_url":"https://codeload.github.com/MetaMask/action-require-additional-reviewer/tar.gz/v1.0.2","html_url":"https://github.com/MetaMask/action-require-additional-reviewer/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T14:59:52.655Z","dependency_job_id":null,"purl":"pkg:github/MetaMask/action-require-additional-reviewer@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"da2182a47333a09b35444eb891ac4581cc0904b0","kind":"commit","published_at":"2021-08-19T19:16:14.000Z","download_url":"https://codeload.github.com/MetaMask/action-require-additional-reviewer/tar.gz/v1.0.1","html_url":"https://github.com/MetaMask/action-require-additional-reviewer/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T14:59:54.586Z","dependency_job_id":null,"purl":"pkg:github/MetaMask/action-require-additional-reviewer@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"dae1cc297f8c03301903313f65cfa2be14a59033","kind":"commit","published_at":"2021-08-14T00:46:01.000Z","download_url":"https://codeload.github.com/MetaMask/action-require-additional-reviewer/tar.gz/v1.0.0","html_url":"https://github.com/MetaMask/action-require-additional-reviewer/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T14:59:55.519Z","dependency_job_id":null,"purl":"pkg:github/MetaMask/action-require-additional-reviewer@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-17T15:52:16.458Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":142,"rankings":{"downloads":null,"dependent_repos_count":3.9391538583425763,"dependent_packages_count":0.0,"stargazers_count":27.35224211693868,"forks_count":6.750118840120424,"docker_downloads_count":null,"average":9.51037870385042},"purl":"pkg:githubactions/MetaMask/action-require-additional-reviewer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/MetaMask/action-require-additional-reviewer","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/MetaMask/action-require-additional-reviewer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/MetaMask/action-require-additional-reviewer/dependencies","status":null,"funding_links":["https://opencollective.com/metamask"],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T10:23:52.133Z","issues_count":2,"pull_requests_count":54,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":736628.0566037736,"issues_closed_count":0,"pull_requests_closed_count":53,"pull_request_authors_count":5,"issue_authors_count":1,"avg_comments_per_issue":2.5,"avg_comments_per_pull_request":0.42592592592592593,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":24,"past_year_issues_count":0,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":2507694.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaMask%2Faction-require-additional-reviewer/issues","maintainers":[{"login":"rekmarks","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rekmarks"},{"login":"rickycodes","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rickycodes"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/MetaMask%2Faction-require-additional-reviewer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/MetaMask%2Faction-require-additional-reviewer/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/MetaMask%2Faction-require-additional-reviewer/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/MetaMask%2Faction-require-additional-reviewer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/MetaMask%2Faction-require-additional-reviewer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/MetaMask%2Faction-require-additional-reviewer/codemeta","maintainers":[]}