# Labeler configuration for automatic PR labeling # Bug reports bug: - "[BUG]" - "bug:" - "fixes #" - "closes #" # Feature requests enhancement: - "[FEATURE]" - "feat:" - "feature:" - "add " # Documentation documentation: - "[DOCS]" - "docs:" - "README" - "documentation" # Security security: - "[SECURITY]" - "security:" - "auth" - "authentication" - "RBAC" - "permissions" # Testing testing: - "[TEST]" - "test:" - "tests" - "unit test" - "integration test" # CI/CD ci: - "[CI]" - "workflow" - "github actions" - "build" - "deploy" # Configuration configuration: - "[CONFIG]" - "config" - "yaml" - "settings" # Dependencies dependencies: - "[DEPS]" - "go.mod" - "dependency" - "update" # Performance performance: - "[PERF]" - "performance" - "optimize" - "speed" # Breaking changes breaking-change: - "[BREAKING]" - "breaking" - "deprecated" - "remove" # TUI tui: - "[TUI]" - "cmd/tui" - "terminal ui" - "interface"