We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb72c6 commit fd1d8a5Copy full SHA for fd1d8a5
README.md
@@ -44,6 +44,7 @@ Ready to revolutionize your code reviews? Follow these simple steps:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
46
OPENAI_API_MODEL: "gpt-4o" # Optional, defaults to gpt-4o
47
+ ENABLE_TELEGRAM_BOT: true
48
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
49
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
50
BOT_NAME: "Code Review Bot" # Optional
0 commit comments