All Projects → danger → danger-mention

danger / danger-mention

Licence: MIT license
Danger plugin to automatically mention potential reviewers on pull requests

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to danger-mention

danger-flutter lint
A Danger Plugin to lint dart files using flutter analyze command line interface.
Stars: ✭ 28 (-3.45%)
Mutual labels:  danger, danger-plugin
danger-auto label
Enable to set label automatically from Danger. This is made from Danger plugin.
Stars: ✭ 15 (-48.28%)
Mutual labels:  danger, danger-plugin
danger-plugin-flow
Ensure all JS files that get touched in a PR are flow typed
Stars: ✭ 23 (-20.69%)
Mutual labels:  danger, danger-plugin
danger-plugin-lint-report
No description or website provided.
Stars: ✭ 17 (-41.38%)
Mutual labels:  danger, danger-plugin
danger-swift-xcodesummary
A Danger-Swift plugin that adds build errors, warnings and unit tests results generated from xcodebuild to your Danger report
Stars: ✭ 72 (+148.28%)
Mutual labels:  danger, danger-plugin
danger-eslint
A Danger plugin for linting javascript with eslint.
Stars: ✭ 13 (-55.17%)
Mutual labels:  danger, danger-plugin
Danger
🚫 Stop saying "you forgot to …" in code review (in Ruby)
Stars: ✭ 4,691 (+16075.86%)
Mutual labels:  danger
Danger Js
⚠️ Stop saying "you forgot to …" in code review
Stars: ✭ 4,076 (+13955.17%)
Mutual labels:  danger
help-me
When there's none to go to. In times of danger or trouble, there is nowhere to seek help from. Help-me comes with an innovative solution to the above problem. It will automatically send notifications to your nearby people and it will be the moral duty of the people to help the person in danger.
Stars: ✭ 20 (-31.03%)
Mutual labels:  danger
detekt-hint
Detection of design principle violations in Kotlin as a plugin to detekt.
Stars: ✭ 63 (+117.24%)
Mutual labels:  danger
danger-action
Execute danger action for GitHub Actions.
Stars: ✭ 24 (-17.24%)
Mutual labels:  danger

Danger Mention

A Danger plugin to automatically mention potential reviewers on pull requests on GitHub and GitLab.

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.

Installation

$ gem install danger-mention

Usage

The easiest way to use is just add this to your Dangerfile:

mention.run
Running plugin with reviewers count specified
# Find maximum two reviewers
mention.run(2, [], [])
Running plugin with some files blacklisted
# Find reviewers without parsing blame information
# from files matching to 'Pods/*'
mention.run(2, ["Pods/*"], [])
Running plugin with some users blacklisted
# Find reviewers ignoring users 'wojteklu' and 'danger'
mention.run(2, [], ["wojteklu", "danger"])

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].