Skip to content

Phase 4a: Satire + Hotseat — multi-human, flavor banks, Disparage, masthead, soft-warns #10

Phase 4a: Satire + Hotseat — multi-human, flavor banks, Disparage, masthead, soft-warns

Phase 4a: Satire + Hotseat — multi-human, flavor banks, Disparage, masthead, soft-warns #10

Workflow file for this run

name: Claude BugBot
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
bugbot:
name: Claude BugBot review
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Claude BugBot
uses: rekpero/claude-bugbot-github-action@main
with:
claude-setup-token: ${{ secrets.CLAUDE_SETUP_TOKEN }}