further-review icon indicating copy to clipboard operation
further-review copied to clipboard

Pull request process enforcer.

Results 11 further-review issues
Sort by recently updated
recently updated
newest added

I updated the further-review file by removing a maintainer and adding two new people. When submitting a PR it requests approval only from the new maintainers.

bug

Platform reviewers are often also general maintainers. Add the ability to do a single sign-off instead of all areas. For example, signing off for platform, but still allowing another general...

enhancement

# Feature Idea Matching changes in any file ## Use Case Requiring platform review to disable lint. ## Usage ```json { "glob": { "S": "**/*.*", "additions": "/eslint-disable/i" } } ```

enhancement

![image](https://cloud.githubusercontent.com/assets/2074517/18091065/5ed794e4-6e95-11e6-9b76-806e5bd3b27d.png) This may not be a bug. It might just need some training on how to signoff a PR too.

enhancement

Something like: `npm run test-pr paultyng/further-review#3` if possible.

Allow sign off for only major, minor, patch, changes?

enhancement

If only one person from a group is required, but someone else in that group comments. Should they also have to sign off? To reduce the case of races or...

enhancement
question

Probably should be optional. The limit is 10, but that would probably be enough?

enhancement

Scenario: - Opened PR that required general maintainer sign off as well as glob based sign off - Received glob based sign off but not general maintainer - Pushed amended...