- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Labels
bugSomething isn't workingSomething isn't working
Description
  TELEGRAM_BOT_TOKEN: '849...355:AAG...rgk_YZk...aPU'
  TELEGRAM_ALLOWED_CHATS:
    -1002975819706
    -1002861722681
  TELEGRAM_HIVE_OVERRIDES:
    --all-issues
    --once
    --auto-fork
    --skip-issues-with-prs
    --attach-logs
    --verbose
    --no-tool-check
  TELEGRAM_SOLVE_OVERRIDES:
    --auto-fork
    --auto-continue
    --attach-logs
    --verbose
    --no-tool-check
  TELEGRAM_BOT_VERBOSE: true
Should be exactly equal to:
TELEGRAM_BOT_TOKEN: '849...355:AAG...rgk_YZk...aPU'
TELEGRAM_ALLOWED_CHATS:
  -1002975819706
  -1002861722681
TELEGRAM_HIVE_OVERRIDES:
  --all-issues
  --once
  --auto-fork
  --skip-issues-with-prs
  --attach-logs
  --verbose
  --no-tool-check
TELEGRAM_SOLVE_OVERRIDES:
  --auto-fork
  --auto-continue
  --attach-logs
  --verbose
  --no-tool-check
TELEGRAM_BOT_VERBOSE: true
We need to add tests for that issue, and fix the code until new tests and everything that we had before continue will pass. And we should do in all languages: Rust, JS, C#, Python.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working