Issue External Visibility #178484
-
Select Topic AreaQuestion BodyMy repo issues and comments should be visible external to GitHub, but seem not to be. Can you fix , please? Example issue. https://githubhttps://github.com/innov8tor3/project-engine/issues/10 Once visible, I should be able to feed it to Grok to create a weekly progress report, but maybe that's a problem. It feels more like a bug, I've checked my repo settings, it's set to public and issues are checked. So it looks like issues should be visible, and I'm confused. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Repeated the request. I think Grok can see the issue title, but can't read the comments. Does it have to have all comment links? A further test with an actual comment link yielded this reply from Grok. "Comment Status: The comment does not exist. Issue #10 currently has no comments at all. This could mean: The comment ID is invalid, deleted, or never created. Issue Context (for reference): https://grok.com/share/c2hhcmQtMi1jb3B5_2c6360b9-31f9-4add-bc34-8368b88afab9 So it looks like the comment link should be visible but isn't to Grok. The issue itself is visible, it's just the comment that isn't. Bug? Providing #BuildInPublic weekly reporting would definitely help my project, and could start making GitHub more visible to a new generation of Vibe Coders. |
Beta Was this translation helpful? Give feedback.
repo: innov8tor3/project-engine#10
Grok can see issue titles because they’re in the main issue object, but comments are separate. To include comments, Grok must fetch them
from:
GET /repos/{owner}/{repo}/issues/{issue_number}/comments
No extra links are needed; just ensure the repo is public and each issue’s comments endpoint is accessed. Using GitHub’s GraphQL API can fetch issues and all comments in one query for easier reporting.