2
faq troubleshooting
Alexey Efimchik edited this page 2026-03-12 18:36:34 +07:00

🔧 Troubleshooting: Reviewer Did Not Run

Quick Checklist

Before diving deeper, verify the basics:

  • 📄 The workflow file exists at .gitea/workflows/kodo-reviewer.yaml
  • 🔑 The secrets CC_GITEATOKEN and CC_API_KEY are set in the repository settings by the devops team
  • 🖥️ The runner kodo-review is online and available
  • 🏷️ The PR title does not contain [no ai]

🔍 Common Causes & Fixes

1. PR title contains [no ai]

The action checks for [no ai] in the PR title and skips execution if found.

Fix: Remove [no ai] from the PR title and push a new commit or re-open the PR.


📨 Still Not Working?

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

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