Conversation
Remove workflow added in #2725 as it won't work without the Models tab enabled (HTTP 403 errors).
There was a problem hiding this comment.
Pull Request Overview
This PR removes the GitHub Actions moderation workflow that was previously added to detect spam and AI-generated content. The workflow is being removed because it requires the Models tab to be enabled in the repository, which is currently causing HTTP 403 errors when the workflow attempts to run.
- Removes the entire
.github/workflows/moderation.ymlfile - Eliminates the spam detection job and AI moderation functionality
- Prevents HTTP 403 errors that occur when the workflow tries to access models without proper permissions
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2729 +/- ##
=======================================
Coverage 96.12% 96.12%
=======================================
Files 309 309
Lines 7118 7118
Branches 1008 1008
=======================================
Hits 6842 6842
Misses 222 222
Partials 54 54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Made redundant by #2729.
Made redundant by #2729.
Remove workflow added in #2725 as it won't work without the Models tab enabled (HTTP 403 errors).