Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:15 +08:00
commit b999e5074a
14 changed files with 2460 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# GitHub Personal Access Token (OBRIGATÓRIO)
# Create a token at: https://github.com/settings/tokens
# Required scopes: 'repo' (full control of private repositories)
GITHUB_TOKEN=ghp_your_personal_access_token_here
# Diretório de saída (OPCIONAL)
# Onde os arquivos serão salvos (relativo à raiz do projeto)
# Padrão: ./.reviews
OUTPUT_DIR=./.reviews
# Timezone para formatação de datas (OPCIONAL)
# Padrão: timezone do sistema local
# Exemplos: America/Sao_Paulo, Europe/London, UTC
# PR_REVIEW_TZ=America/Sao_Paulo
# Nível de logging (OPCIONAL)
# Padrão: info
# Opções: error, warn, info, debug
# LOG_LEVEL=debug