Commit 9fdefca
Fix GitHub API call - use create_fork instead of fork
- Replace incorrect GitHub.fork with GitHub.create_fork
- Fixes UndefVarError where fork function doesn't exist in GitHub.jl
- Enables proper repository forking for PR creation workflow
- Resolves telemetry upload failures when creating pull requests
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3d4f534 commit 9fdefca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
0 commit comments