danger / danger.systems

Old website for Danger.Systems -> New website =
https://gitlab.com/danger-systems/danger.systems
MIT License
10 stars 15 forks source link

Update plugins.json #97

Closed wojteklu closed 8 years ago

orta commented 8 years ago

Can I grab a rebase, I accidentally broke Danger 👯 - sorrrryyy

wojteklu commented 8 years ago

@orta rebased

DangerCI commented 8 years ago

mention

Automatically mention potential reviewers on pull requests. It downloads and parses the blame information of changed files to figure out who may be a good reviewer.

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"])

Methods

run - Mention potential reviewers.


Generated by :no_entry_sign: danger

orta commented 8 years ago

Looks awesome 10/10