update
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s
This commit is contained in:
@@ -140,7 +140,7 @@ env:
|
||||
2. Verify token has `issue:write` permission
|
||||
3. Check workflow logs for API errors
|
||||
|
||||
### @ai-bot edits the issue instead of replying
|
||||
### @codebot edits the issue instead of replying
|
||||
|
||||
**Causes:**
|
||||
- Workflow is using the wrong CLI command for comments
|
||||
@@ -149,7 +149,7 @@ env:
|
||||
**Solutions:**
|
||||
1. Ensure your workflow uses the `comment` command for mentions:
|
||||
```yaml
|
||||
python main.py comment owner/repo 123 "@ai-bot ..."
|
||||
python main.py comment owner/repo 123 "@codebot ..."
|
||||
```
|
||||
2. Verify you have separate jobs for `issues` vs `issue_comment` events (see [Workflows](workflows.md))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user