# === SOMA-CORE GitHub Project Configuration ===
# Copy this to config.env and fill in your values
# GitHub Personal Access Token (requires 'repo' and 'project' scopes)
# Get one at: https://github.com/settings/tokens
GITHUB_TOKEN="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"
# GitHub username
GITHUB_USERNAME="diegorhoger"
# Repository name
GITHUB_REPO="soma-core"
# Project ID (v2) - will be auto-detected if not provided
GITHUB_PROJECT_ID="PVT_kwHOAKnz2M4A6nbJ"
# Default labels for created issues
DEFAULT_LABELS="soma++,operator,enhancement"
# Issue template directory
ISSUE_TEMPLATE_DIR="./issue-templates"