When auto-marking patches as Accepted, don't stop on the first hit
Open
- Dominant language
- Python
- Stars
- 22
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
When the git hook at upstream notices patches being pushed, PW is notified to change the patch status to Accepted. However, if the same patch has been posted several times, and so exists as several copies in PW, only one of them (the oldest?) gets marked as accepted.
It often happens that the oldest one is already marked Superseded, and latest one will remain as New.
Either mark all matching patches as Accepted, or the latest one.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.