instructlab / instructlab-bot

GitHub bot to assist with the taxonomy contribution workflow
Apache License 2.0
12 stars 15 forks source link

Update the .env.example file with examples of all ENVs #321

Closed nerdalert closed 2 months ago

nerdalert commented 2 months ago

Even if commented out it would be helpful to document them to some degree.

Examples:

      ILBOT_GITHUB_INTEGRATION_ID: "{{ app_id }}"
      ILBOT_GITHUB_APP_PRIVATE_KEY: "{{ private_key }}"
      ILBOT_GITHUB_WEBHOOK_SECRET: "{{ webhook_secret }}"
      ILBOT_WEBHOOK_PROXY_URL: "{{ webhook_proxy_url }}"
      ILBOT_REDIS: "{{ redis_ip }}:6379"
      ILBOT_HTTP_ADDRESS: "127.0.0.1"
      ILBOT_HTTP_PORT: "8080"
      ILBOT_MAINTAINERS: "taxonomy-triagers,taxonomy-approvers,taxonomy-maintainers,labrador-org-maintainers,instruct-lab-bot-maintainers"
      ILBOT_REQUIRED_LABELS: "skill,knowledge"