Skip to content

Conversation

@elithrar
Copy link
Collaborator

@elithrar elithrar commented Dec 29, 2025

Adds the Bonk workflow.

  • CODEOWNERS (only) can invoke /bonk on any issue comment or PR to prompt fixes, create PRs or amend PRs for them. We don't restrict changes to specific paths - membership in CODEOWNERS alone is sufficient (GitHub does not expose a robust API here for checking against CODEOWNERS to bots/agents)
  • Defaults to our Docs agent (which incorporates our styleguide, code conventions, etc)
  • This workflow is for issue comments + PR review comments (only) - if we want to run Bonk against every new issue or PR we can introduce that in a different workflow with a more curated prompt at a later date.

e.g.

/bonk review this Durable Objects docs PR - ensure that it is not conflict with https://developers.cloudflare.com/durable-objects/best-practices/rules-of-durable-objects/. If it does, highlight the issues and propose fixes.

@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/.github/ @cloudflare/pcx-content-engineering, @cloudflare/content-engineering, @kodster28

- name: Run Bonk
uses: ask-bonk/ask-bonk/github@main
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@kodster28 do we have an org-level secret we can use here?

@elithrar
Copy link
Collaborator Author

relates to #27351

@elithrar elithrar marked this pull request as draft December 29, 2025 18:14
@github-actions
Copy link
Contributor

github-actions bot commented Dec 29, 2025

@elithrar elithrar marked this pull request as ready for review December 31, 2025 17:48
@elithrar
Copy link
Collaborator Author

App is now installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants