20 lines
631 B
Plaintext
20 lines
631 B
Plaintext
# 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
|