1
bb faq troubleshooting
Alexey Efimchik edited this page 2026-04-02 10:48:12 +07:00

🔧 Troubleshooting: Reviewer Did Not Run

Quick Checklist

Before diving deeper, verify the basics:

  • 📄 The workflow file exists at ./bitbucket-pipelines.yml
  • 🔑 The secrets are set in the repository settings by the devops team
  • 🖥 The runner kodo-review is online and available
  • 🏷 The commit message does not contain [no ai]

🔍 Common Causes & Fixes

1. Commit contains [no ai]

The agent checks for [no ai] in the commit text and skips execution if found.

Fix: Remove [no ai] from the commit message or push a new commit to the PR.


📨 Still Not Working?

Provide the following information when asking for help from the devops team:

  • Runner name and status (kodo-review)
  • Workflow run URL
  • Event that was expected to trigger the review
  • Observed and expected behavior