Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.45 KB

File metadata and controls

41 lines (27 loc) · 1.45 KB

Priorities

  • deploy issue-bot to k8s manually

    • for now deploy w/out publishing comments
    • instead publish to slack channel for reviewing and finetuning
  • on open issue event, do retrieval and suggest 3/5 closest issues / prs

  • on open discussion event, do retrieval and suggest 3/5 closest issues / prs

  • do the following tasks for GH webhooks

  • do the following tasks for HF webhooks

    • store issue / PR with its affiliated comments
    • on new comment or description edit, update values in db and (re)compute embedding
    • on deletion, delete comment or issue/pr and update or remove embedding
  • script or endpoint to index existing issues for a repo

    • if github app, index repo on app install
  • move to github app

  • create hf bot user

  • make bot message configurable (from env / config file)

  • make sure issue is not re-indexed with the bot's messages

  • make sure discussion is not re-indexed with the bot's messages

  • fix github issue link (currently api.github.com instead of the regular github UI url)

  • fix: delete associated comments, reviews & review comments

  • check token length of prompt because of vllm switch

Infra resilience tasks

  • helm chart for the issue bot
  • terraform code to deploy the cloudnativepg operator and the actual cluster's crd
  • secret mgmt

Ideas

  • bot command to ask bot to suggest new similar issues / update previous comment