Initial commit
This commit is contained in:
19
skills/pull-request-skill/.env.example
Normal file
19
skills/pull-request-skill/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user