Pull Requests | Issues | v4.7.1...v4.7.2
Fixes
#1061 #1062 Change the default template to fix the issue that emojis aren't rendered
Recently, some emojis in tfcmt's comments aren't rendered properly.
We guess this is a bug of GitHub itself.
- https://github.com/orgs/community/discussions/77605
- https://github.com/orgs/community/discussions/77606
We found the bug doesn't occur if we remove emojis from the end of lines.
Before
### :warning: Resource Deletion will happen :warning:
After
### :warning: Resource Deletion will happen
Until the bug will be fixed, we'll remove emojis from the end of lines.
Others
Update dependencies
#1058 chore(deps): update dependency golang/go to v1.21.5