{"id":13684099,"url":"https://github.com/danger/danger-mention","last_synced_at":"2025-10-26T10:47:56.231Z","repository":{"id":59152711,"uuid":"63714107","full_name":"danger/danger-mention","owner":"danger","description":"Danger plugin to automatically mention potential reviewers on pull requests","archived":false,"fork":false,"pushed_at":"2017-07-04T17:39:07.000Z","size":21,"stargazers_count":30,"open_issues_count":6,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T06:37:44.251Z","etag":null,"topics":["danger","danger-plugin"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/danger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-19T17:25:15.000Z","updated_at":"2023-12-07T01:39:25.000Z","dependencies_parsed_at":"2022-09-13T11:01:00.750Z","dependency_job_id":null,"html_url":"https://github.com/danger/danger-mention","commit_stats":null,"previous_names":["wojteklu/danger-mention"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fdanger-mention","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fdanger-mention/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fdanger-mention/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danger%2Fdanger-mention/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danger","download_url":"https://codeload.github.com/danger/danger-mention/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251777706,"owners_count":21642212,"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":["danger","danger-plugin"],"created_at":"2024-08-02T14:00:25.848Z","updated_at":"2025-10-26T10:47:56.143Z","avatar_url":"https://github.com/danger.png","language":"Ruby","funding_links":[],"categories":["Plugins"],"sub_categories":["Ruby (danger)"],"readme":"# Danger Mention\n\nA [Danger](https://github.com/danger/danger) plugin to automatically mention potential reviewers on pull requests on GitHub and GitLab.\n\n**Note**: This plugin uses the web-scraping of GitHub.com and GitLab to detect the authors to find potential reviewers. This might cause the plugin to break if either of those pages introduce design changes.\n\n## Installation\n\n    $ gem install danger-mention\n\n## Usage\n\nThe easiest way to use is just add this to your Dangerfile:\n\n```rb\nmention.run\n```\n\n\u003cblockquote\u003eRunning plugin with reviewers count specified\n  \u003cpre\u003e\n# Find maximum two reviewers\nmention.run(2, [], [])\u003c/pre\u003e\n\u003c/blockquote\u003e\n\n\u003cblockquote\u003eRunning plugin with some files blacklisted\n  \u003cpre\u003e\n# Find reviewers without parsing blame information\n# from files matching to 'Pods/*'\nmention.run(2, [\"Pods/*\"], [])\u003c/pre\u003e\n\u003c/blockquote\u003e\n\n\u003cblockquote\u003eRunning plugin with some users blacklisted\n  \u003cpre\u003e\n# Find reviewers ignoring users 'wojteklu' and 'danger'\nmention.run(2, [], [\"wojteklu\", \"danger\"])\u003c/pre\u003e\n\u003c/blockquote\u003e\n\n## License\n\nThis project is licensed under the terms of the MIT license. See the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanger%2Fdanger-mention","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanger%2Fdanger-mention","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanger%2Fdanger-mention/lists"}