Commit f100e64
committed
fix: skip Claude code review workflow for Dependabot PRs
Dependabot PRs don't have access to repository secrets, causing the
workflow to fail. Add condition to skip the job when actor is dependabot[bot].
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent a063965 commit f100e64
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
0 commit comments