Commit 7e11f18
ci: Dependabot PR では claude-review をスキップ
Dependabot がワークフローファイル(claude-code-review.yml の checkout SHA 等)を
更新する PR では、claude-code-action の OIDC トークン交換が
「Workflow validation failed」(401) で必ず失敗する。これは PR ブランチの
ワークフロー内容がデフォルトブランチと一致しないことによる仕様上の挙動で、
回避不能なため `if: github.actor != 'dependabot[bot]'` でスキップする。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0e4ebdb commit 7e11f18
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
0 commit comments