Context
Adopt PR auto-labeling (from #16) using fuxingloh/multi-labeler driven by a .github/labeler.yml config, plus a job that tags PRs internal/external.
This is the adapt-heavy item: PR #16's 306-line labeler.yml is tailored to the litestar monorepo (test/unit, test/e2e, v3 base branch, …) and the internal/external job uses a hardcoded maintainer list. Both need generalizing for a template.
Proposed tasks
Notes
Context
Adopt PR auto-labeling (from #16) using
fuxingloh/multi-labelerdriven by a.github/labeler.ymlconfig, plus a job that tags PRs internal/external.Proposed tasks
.github/workflows/pr-labeler.yml(SHA-pinned, least-privilege) +.github/labeler.ymllabeler.yml:type/*from Conventional Commit title prefixes (feat/fix/docs/…)area/*from generic paths (src/**,tests/**,docs/**,.github/**)Breakingfrom!in the title@litestar-org/members) or drop that jobNotes
pull_request_target: label-only actions, no checkout/execution of PR head code.