Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize notification code #316

Merged
merged 2 commits into from
Mar 17, 2025
Merged

Conversation

adhil0
Copy link
Collaborator

@adhil0 adhil0 commented Mar 14, 2025

We were seeing some bugs in slack. Sometimes messages weren't sent because we were using Regex to format slack messages. If a customer message had text that matched our regex searches, it would cause an error and messages wouldn't be sent. I've reorganized the email and slack code to make it less reliant on regex.

@adhil0 adhil0 requested a review from dcritch March 14, 2025 18:23
@dcritch
Copy link
Contributor

dcritch commented Mar 17, 2025

also a great step towards making create_cards less huge. thanks!

@dcritch dcritch merged commit c4c8bf0 into RHsyseng:main Mar 17, 2025
1 of 2 checks passed
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.

2 participants