Chris Fung

Results 33 comments of Chris Fung

An alternative to this, to avoid generating too much notification spam, might be to use comment reactions. A 😕 reaction to a command comment would indicate Cody received the comment...

While you're changing this regex, how about also handling #83 and let the regex parse URLs too?

Should update the regex on https://github.com/aergonaut/cody/blob/master/app/models/pull_request.rb#L18

```yaml rules: - name: Author Rule reviewer: someone match: author: individual-user # or organization/team ```

In the YAML this could look like ```yaml minimum_reviewers_required: changes: default: 1 50: 2 100: 3 files: default: 1 20: 2 50: 3 ``` Where the keys `changes` and `files`...

Requires work to build a front end to show revision data

This is more urgent now since the review rules system is becoming more complex and managing through the console is more unwieldy