pr-automation-detected
Included in configs: ✅ recommended, 🔒 strict
Pull requests labeled as automated (e.g. automation-signal) or AI-generated (e.g. ai slop) indicate contributions that were not meaningfully authored by a human.
These contributions are often low-quality, miss project context, and create unnecessary review burden for maintainers.
When a matching label is detected on an open PR, OctoGuide will post a comment explaining the closure and then close the pull request.
Matched Labels
Section titled “Matched Labels”At this time, the following label names are matched case-insensitively:
automation-signalorautomation signalai-sloporai slop
Default Options
Section titled “Default Options”
This rule declares its own default options. They take precedence over
the top-level include-associations and include-bots inputs:
include-bots:true
Those defaults are equivalent to the following rule options. Changing a value runs the rule with yours instead:
jobs: octoguide: runs-on: ubuntu-latest steps: - uses: OctoGuide/bot@0.21.10 with: github-token: ${{ secrets.GITHUB_TOKEN }} rules: | { "pr-automation-detected": { "include-bots": true } }
[pr-automation-detected]
This pull request has been labeled as automated or AI-generated and will be closed. These types of automated contributions often lack the understanding and context that maintainers need to review and maintain code.
Please review the repository’s contributing guidelines before submitting.