feat: check pr commit author against gitAuthor (#2170)
If gitAuthor is configured, checks that a PR’s commit matches. If not, it is assumed that someone else force pushed to the repo and we should not rebase it. Closes #2169
Showing
- lib/platform/github/index.js 34 additions, 5 deletionslib/platform/github/index.js
- test/platform/github/__snapshots__/index.spec.js.snap 51 additions, 0 deletionstest/platform/github/__snapshots__/index.spec.js.snap
- test/platform/github/index.spec.js 110 additions, 0 deletionstest/platform/github/index.spec.js
Loading
Please register or sign in to comment