From 07feebb17ff2e8ce187cb217e3fc6be4baa84253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Tue, 19 Mar 2024 20:13:52 +0100 Subject: [PATCH] Add "restart" and "coalesce" to list of OK verbs (#130) Just after introducing the action on a repository we had developers requesting these two extra verbs. I explicitly [added them to that repo]. But they are not weird verbs, so I don't see any reason why they should not be upstreamed also. [added them to that repo]: https://github.com/mullvad/mullvadvpn-app/pull/5975 --- src/mostFrequentEnglishVerbs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mostFrequentEnglishVerbs.ts b/src/mostFrequentEnglishVerbs.ts index 2646c19..dbb796c 100644 --- a/src/mostFrequentEnglishVerbs.ts +++ b/src/mostFrequentEnglishVerbs.ts @@ -664,6 +664,7 @@ export const SET = new Set([ 'cache', 'categorize', 'clarify', + 'coalesce', 'configure', 'consolidate', 'correct', @@ -746,6 +747,7 @@ export const SET = new Set([ 'rephrase', 'rescale', 'reset', + 'restart', 'restructure', 'revert', 'revise',