Skip to content

Conversation

@martincostello
Copy link
Member

Remove workflow added in #2725 as it won't work without the Models tab enabled (HTTP 403 errors).

Remove workflow added in #2725 as it won't work without the Models tab enabled (HTTP 403 errors).
Copilot AI review requested due to automatic review settings August 27, 2025 15:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml file
  • 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.

@martincostello martincostello enabled auto-merge (rebase) August 27, 2025 15:32
@codecov
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.12%. Comparing base (3ed1030) to head (7231d68).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

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           
Flag Coverage Δ
linux 96.12% <ø> (ø)
macos 96.12% <ø> (ø)
windows 96.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit d22d6a8 into main Aug 27, 2025
28 checks passed
@martincostello martincostello deleted the remove-moderation branch August 27, 2025 15:45
martincostello added a commit that referenced this pull request Aug 28, 2025
Made redundant by #2729.
martincostello added a commit that referenced this pull request Aug 28, 2025
Made redundant by #2729.
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