Commit b0f7155
Fix GitHub comment API call for telemetry upload
- Use correct GitHub.jl API: create_comment(repo, issue; body=content, auth=auth)
- Previous call was treating comment body as comment kind parameter
- This fixes the "is not a valid kind of comment" error
- Comments should now upload successfully to GitHub issues
Fixes ErrorException about comment kinds (:issue, :review, :commit).
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent d69ec05 commit b0f7155
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
| 374 | + | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments