Skip to content

Conversation

@OmgImAlexis
Copy link
Contributor

Opening this via a PR to test the action before I merge.

Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
@OmgImAlexis OmgImAlexis merged commit 0a68a4d into master Sep 6, 2019
@OmgImAlexis OmgImAlexis deleted the modclean-github-actions branch September 6, 2019 04:57
pujitm added a commit that referenced this pull request Nov 7, 2025
so the parser does not treat them as comments.

This surfaces a new bug: `#`'s in notification subject or descriptions
are treated as comments, and content following a `#` will not be
displayed in queries from the api, unless the values are explicitly
quoted as strings:
```
subject=Warning #1 OS      # ❌ Truncates after "Warning"
subject=\#1 OS             # ❌ Backslash escape doesn't work
subject="Warning #1 OS"    # ✅ Double quotes work!
subject='Warning #1 OS'    # ✅ Single quotes work!
```

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Version 4.25.3

* **Improvements**
* Enhanced notification system with improved handling of special
characters and HTML-formatted content in messages.
  * Better text rendering accuracy across all notification types.

* **Chores**
  * Updated application dependencies.
  * Version bumped to 4.25.3.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant