Skip to content

Commit 07feebb

Browse files
authored
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]: mullvad/mullvadvpn-app#5975
1 parent bd3d91a commit 07feebb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/mostFrequentEnglishVerbs.ts

+2
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ export const SET = new Set([
664664
'cache',
665665
'categorize',
666666
'clarify',
667+
'coalesce',
667668
'configure',
668669
'consolidate',
669670
'correct',
@@ -746,6 +747,7 @@ export const SET = new Set([
746747
'rephrase',
747748
'rescale',
748749
'reset',
750+
'restart',
749751
'restructure',
750752
'revert',
751753
'revise',

0 commit comments

Comments
 (0)