Skip to content

Hi @realArcherL that's an excellent offer and very interesting approach. I'm sure Joanna would agree, I'm totally happy to encourage you to share a POC and using feature flag is a really great idea, I don't know whether we will ultimately ship it enabled, we would have to do some experiments and see if our coding agent teams were excited to use it or not. #1236

Hi @realArcherL that's an excellent offer and very interesting approach. I'm sure Joanna would agree, I'm totally happy to encourage you to share a POC and using feature flag is a really great idea, I don't know whether we will ultimately ship it enabled, we would have to do some experiments and see if our coding agent teams were excited to use it or not.

Hi @realArcherL that's an excellent offer and very interesting approach. I'm sure Joanna would agree, I'm totally happy to encourage you to share a POC and using feature flag is a really great idea, I don't know whether we will ultimately ship it enabled, we would have to do some experiments and see if our coding agent teams were excited to use it or not. #1236

Workflow file for this run

name: AI Moderator
on:
issues:
types: [opened]
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
jobs:
spam-detection:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
models: read
contents: read
steps:
- uses: actions/checkout@v6
- uses: github/ai-moderator@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
spam-label: 'spam'
ai-label: 'ai-generated'
minimize-detected-comments: true
enable-spam-detection: true
enable-link-spam-detection: true
enable-ai-detection: true