Sha256: 9f594ef73106543c77d164e5789bdd1207ac59f401968e2cd077f10a33ee7657
Contents?: true
Size: 579 Bytes
Versions: 1
Compression:
Stored size: 579 Bytes
Contents
# Danger Mention A [Danger](https://github.com/danger/danger) plugin to automatically mention potential reviewers on pull requests. ## Installation $ gem install danger-mention ## Usage The easiest way to use is just add this to your Dangerfile: ```rb mention.run ``` Additionally you can set up maximum number of people to ping in the PR message, regexes of ignored files and list of users that will never be mentioned. ```rb mention.run(2, ["Pods/"], ["wojteklu"]) ``` ## License This project is licensed under the terms of the MIT license. See the LICENSE file.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-mention-0.4.0 | README.md |