Skip to content

Commit

Permalink
Add "restart" and "coalesce" to list of OK verbs (#130)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
faern authored Mar 19, 2024
1 parent bd3d91a commit 07feebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mostFrequentEnglishVerbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ export const SET = new Set([
'cache',
'categorize',
'clarify',
'coalesce',
'configure',
'consolidate',
'correct',
Expand Down Expand Up @@ -746,6 +747,7 @@ export const SET = new Set([
'rephrase',
'rescale',
'reset',
'restart',
'restructure',
'revert',
'revise',
Expand Down

0 comments on commit 07feebb

Please sign in to comment.