Skip to content

Conversation

@DimaBir
Copy link
Contributor

@DimaBir DimaBir commented Feb 10, 2026

Description:

  • Limit bot to 1 response per issue and skip comments on issues <1hr old
  • Filter all bot types instead of only github-actions[bot]
  • Add runtime wiki clone fallback when cache file is missing
  • Add graceful fallback when security.js is not found
  • Simplify AI prompt and reduce max_tokens to 600
  • Clean up comment templates to be more concise
  • Switch wiki cache workflow from direct push to PR-based updates

Added github.event.issue.state == 'open' to the workflow condition at .github/workflows/issue-assistant.yml:27. The bot will now skip any comment events on closed issues.

Signed-off-by: Dima Birenbaum <[email protected]>
@DimaBir DimaBir self-assigned this Feb 10, 2026
Updated the workflow to create a pull request instead of committing directly. This includes changes to permissions and job steps for refreshing the wiki cache.

Signed-off-by: Dima Birenbaum <[email protected]>
@DimaBir DimaBir merged commit a8ce334 into main Feb 11, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants