mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
3f81f38fcc
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>