Skip to content

Fix Bonk getting stuck on tool approval in CI#28304

Merged
elithrar merged 1 commit intoproductionfrom
fix/bonk-ci-permissions
Feb 13, 2026
Merged

Fix Bonk getting stuck on tool approval in CI#28304
elithrar merged 1 commit intoproductionfrom
fix/bonk-ci-permissions

Conversation

@elithrar
Copy link
Collaborator

Bonk keeps getting stuck in CI waiting for tool approval when the code-review skill tells it to npm pack packages. Example: https://github.com/cloudflare/cloudflare-docs/actions/runs/21962906948/job/63444925338

  • Add opencode.jsonc with permission: "allow" and continue_loop_on_deny: true so the agent does not block on approval prompts in GitHub Actions
  • Remove npm pack retrieval steps from the code-review skill — point it at node_modules/ instead, which avoids the bash commands that trigger the stuck loop
  • Add timeout-minutes: 30 to the Bonk workflow so stuck runs get killed instead of burning 6 hours

@github-actions
Copy link
Contributor

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

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

@elithrar elithrar enabled auto-merge (squash) February 12, 2026 20:45
@github-actions
Copy link
Contributor

Copy link
Collaborator

@kodster28 kodster28 left a comment

Choose a reason for hiding this comment

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

@elithrar elithrar merged commit 0fee6bb into production Feb 13, 2026
12 checks passed
@elithrar elithrar deleted the fix/bonk-ci-permissions branch February 13, 2026 14:10
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.

3 participants