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
# If claude-code-action fails, emit a warning instead of failing the workflow.
196
+
# Common causes: insufficient token permissions (e.g. workflow file changes
197
+
# in the PR, fork PRs) or transient API errors.
198
+
- name: Handle failure
199
+
if: steps.claude-review.outcome == 'failure'
200
+
shell: bash
201
+
run: |
202
+
echo "::warning::Kyosei failed. This may be due to insufficient token permissions (e.g. workflow file changes in this PR, or fork PRs) or a transient error. Skipping."
0 commit comments