reporanger / ranger

:national_park: A GitHub sidekick for repository maintainers
https://reporanger.com
Apache License 2.0
8 stars 3 forks source link

Respond to new commit messages #30

Closed mfix22 closed 5 years ago

mfix22 commented 5 years ago

We try to avoid having to open up the GitHub website so we could add e.g. [merge-on-pass] to a commit message to make the PR merge on passing that would be amazing.

Similar to responding to comments, make Ranger respond to commit bodies.

This is super straight forward, except the fact that I can't figure out using existing APIs whether a commit is coming from maintainer or not. If someone has an idea, I already have a WIP branch locally.

mfix22 commented 5 years ago