Skip to content

fix(chatform): Do not interpret 祝 and 秘 as smileys.

d76ed92
Select commit
Loading
Failed to load commit list.
Merged

fix(chatform): Do not interpret 祝 and 秘 as smiley. #699

fix(chatform): Do not interpret 祝 and 秘 as smileys.
d76ed92
Select commit
Loading
Failed to load commit list.
Mergeable / Mergeable succeeded Jun 7, 2026 in 1s

3 checks passed!

Status: PASS

Details

✔️ Validator: TITLE

  • ✔️ All the requisite validations passed for 'or' option
    Input : fix(chatform): Do not interpret 祝 and 秘 as smiley.
    Settings : {"or":[{"must_include":{"regex":"^(feat|docs|chore|cleanup|fix|refactor|test|style|perf)(\\([^) ]+\\))?:\\ .+$","message":"Semantic release conventions must be followed."}},{"must_include":{"regex":"^Bump [^ ]* from [^ ]* to [^ ]*$","message":"Dependabot PRs are exempt from semantic release conventions."}}]}

✔️ Validator: COMMIT

  • ✔️ Your commit messages met the specified criteria
    Input : fix(chatform): Do not interpret 祝 and 秘 as smileys.
    Settings : {"do":"commit","message":{"regex":"^((feat|docs|chore|cleanup|fix|refactor|test|style|perf)(\\([^) ]+\\))?:\\ .+|Bump [^ ]* from [^ ]* to [^ ]*)","message":"Semantic release conventions must be followed."}}

✔️ Validator: DESCRIPTION

  • ✔️ description must exclude '\[ \]'
    Input : I have updated the update_smileys.py script so that we can block and unblock smiley without loosing information. I have used the script for removing 祝 and 秘. See #613.

This change is Reviewable

Settings : {"must_exclude":{"regex":"\\\\[ \\\\]","message":"There are incomplete TODO task(s) unchecked."}}