feat: add repo automation workflows
This commit is contained in:
@@ -126,6 +126,12 @@ ollama list
|
||||
|
||||
This workaround mirrors what `ollama signin` should do—register the key pair with Ollama Cloud—without waiting for the patched release. Once you upgrade to v0.12.4 or newer, the interactive sign-in command works again.
|
||||
|
||||
## Repository Automation Issues
|
||||
|
||||
- **401 / authentication errors**: `owlen repo review` needs a GitHub token. Export `GITHUB_TOKEN=<personal access token>` (with at least `repo:read`) before running the command or use `--token <value>`. In the TUI, the same environment variable is read when `:repo review` is executed.
|
||||
- **404 responses**: Verify that the `--owner` and `--repo` flags match the full name of the repository (`owner/repo`). A 404 from GitHub for private projects usually means the token lacks access.
|
||||
- **Enterprise endpoints**: Supply `--api-endpoint https://github.example.com/api/v3` so the client uses your self-hosted instance instead of `api.github.com`.
|
||||
|
||||
## Performance Tuning
|
||||
|
||||
If you are experiencing performance issues, you can try the following:
|
||||
|
||||
Reference in New Issue
Block a user