sindresorhus/refined-github


Do you want to work on this issue?
You can request for a bounty in order to promote it!
PR review "final report box" to show before merging #2579
fregante posted onGitHub
When about to merge PRs:
<img width="756" alt="Screenshot 2019-11-30 at 16 44 43" src="https://user-images.githubusercontent.com/1402241/69898814-bddfca80-1390-11ea-885d-322c479f4336.png">
we could show a final "report" box listing what's about to happen:
- full list of commits that will be merged/squashed/rebased, as suggested in https://github.com/sindresorhus/refined-github/issues/2564#issuecomment-557433237
- issues/PRs that will automatically be closed (via
closes #11
keyword) or if none will be closed - any potential issues to be aware of:
- unrebased
!squash
/!fixup
commits: https://github.com/sindresorhus/refined-github/issues/2385 - reviews that haven't been resolved
- CI that hasn't completed or passed
- unrebased
- TODOs added by the PR https://github.com/sindresorhus/refined-github/issues/2634
What else could this include?