mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
Previously we were incorrectly categorizing `fix(a/b): ...` as other because the regexp only expected letters, not `/`. Now we accept any input within the parenthesis. --------- Co-authored-by: Cian Johnston <cian@coder.com>