Skip to content

Commit fd1d8a5

Browse files
committed
ENABLE_TELEGRAM_BOT
1 parent 1eb72c6 commit fd1d8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Ready to revolutionize your code reviews? Follow these simple steps:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
4646
OPENAI_API_MODEL: "gpt-4o" # Optional, defaults to gpt-4o
47+
ENABLE_TELEGRAM_BOT: true
4748
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
4849
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
4950
BOT_NAME: "Code Review Bot" # Optional

0 commit comments

Comments
 (0)