DefinitelyTyped / dt-mergebot

The bot which handles auto-merging your PRs
https://devblogs.microsoft.com/typescript/changes-to-how-we-manage-definitelytyped/
MIT License
112 stars 44 forks source link

Avoid redundant pings #367

Closed elibarzilay closed 3 years ago

elibarzilay commented 3 years ago

Don't ping people who have approving reviews

Shouldn't happen in general, but due to another bug it does. That should be fixed too, but it's still good to run a filter to be safe.

(The bug will probably not get fixed if I manage to revise the workflow according to #359.)