Add another heuristic to mark patches as accepted
Open
domain/git hook
domain/mail
- Dominant language
- Python
- Stars
- 22
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
The hash on diff that patchwork does now is not enough, because the tree can change between when the patch is submitted and when the patch is merged and so the final diff is different enough to not match the original one.
A heuristic that could be used on top is to match (subject, author, files touched) and, if it results in one patch, mark it as accepted.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.