Sha256: 9a525ac83b78f28c950a8583ea3bcbd36964333beb36d78789de3717023a14b3

Contents?: true

Size: 608 Bytes

Versions: 2

Compression:

Stored size: 608 Bytes

Contents

# Danger Mention

A [Danger](https://github.com/danger/danger) plugin to automatically mention potential reviewers on pull requests.

## Installation

Add this line to your Gemfile:

```rb
gem '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, [".*.h"], ["wojteklu"])
```

## License

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
danger-mention-0.2 README.md
danger-mention-0.1 README.md