Docs

Issue comment

The issue comment workflow handles lightweight conversational replies. When a maintainer comments on an issue with an @last-light mention and the LLM classifier determines they're not asking for a code change (BUILD) or idea exploration (EXPLORE), this workflow responds in-thread.

Permission profile: issues-write — can read repo contents and post issue comments.

Pipeline

Respond conversational reply

When it runs

This workflow is the catch-all for @last-light mentions on issues that aren't builds or explores. Examples:

  • "@last-light can you close this?" — labels/closes the issue
  • "@last-light what's the status of this?" — summarizes the issue state
  • "@last-light add the bug label" — applies labels
  • "@last-light thanks!" — acknowledges

Triggers

  • GitHub webhook: issue_comment.created with an @last-light mention, classified as neither BUILD nor EXPLORE