Closed wojteklu closed 8 years ago
@orta rebased
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"])
run
- Mention potential reviewers.
Generated by :no_entry_sign: danger
Looks awesome 10/10
Can I grab a rebase, I accidentally broke Danger 👯 - sorrrryyy