Skip to content

Commit ed32d1f

Browse files
committed
Adding FAQ
1 parent eb6ea8c commit ed32d1f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,16 @@ CBORG_API_KEY
9797
After setting up env vars:
9898

9999
`just -f ai.just setup-ai`
100+
101+
# FAQ
102+
103+
## `claude-review.yml` fails PR check on first run
104+
105+
This is normal: see this comment in the action logs:
106+
107+
```
108+
Error: Failed to setup GitHub token: Error: Workflow validation failed. The workflow file must exist and have identical content to the version on the repository's default branch. If you're seeing this on a PR when you first add a code review workflow file to your repository, this is normal and you should ignore this error.
109+
110+
If you instead wish to use this action with a custom GitHub token or custom GitHub app, provide a `github_token` in the `uses` section of the app in your workflow yml file.
111+
Error: Process completed with exit code 1.
112+
```

0 commit comments

Comments
 (0)