| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. Co-authored-by: ekamran <ekamran@git.wordpress.org> To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #554 +/- ##
=============================================
+ Coverage 71.20% 71.21% +0.01%
- Complexity 1150 1151 +1
=============================================
Files 67 67
Lines 5563 5565 +2
=============================================
+ Hits 3961 3963 +2
Misses 1602 1602
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
Fixed - Prevent analyzing newly inserted comments when no provider is configured. Co-authored-by: ekamran <ekamran@git.wordpress.org> Co-authored-by: dkotter <dkotter@git.wordpress.org>
| Back | FazBrowse Home | New Git URL |
What?
Prevents automatic Comment Moderation from attempting to analyze newly inserted comments when no AI provider credentials are configured.
Why?
Manual Comment Moderation actions already avoid running analysis without provider credentials. The automatic wp_insert_comment path did not, which could silently mark new comments with _wpai_analysis_status=failed even though no provider was configured.
How?
Testing Instructions
Tested locally with: