You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,3 +97,16 @@ CBORG_API_KEY
97
97
After setting up env vars:
98
98
99
99
`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.
0 commit comments