Occasionally we have internal discussions about the use of :+1: or 馃憤 as approval mechanisms. Usually this is because it can feel a bit magic if policy-bot accepts this in the context of a comment with other text where someone might not intend to approve a PR.
We should consider if there are ways to reduce this confusion:
- Should we modify the approval comment matching to not look for substrings, but instead match on exact text (probably without whitespace?) This would be a breaking change.
- Should there be a server option to "restrict" comments to exact matches? Similar to above but as an option rather than always modifying the behaviour in code?
- Remove +1s in our internal policies and don't change anything in policy-bot?
- Something else?
Occasionally we have internal discussions about the use of
:+1:or 馃憤 as approval mechanisms. Usually this is because it can feel a bit magic if policy-bot accepts this in the context of a comment with other text where someone might not intend to approve a PR.We should consider if there are ways to reduce this confusion: