Skip to content

chore(ci): add auto-labeler for PRs#664

Merged
bmc08gt merged 2 commits intocode/cashfrom
chore/pr-auto-labeler
May 4, 2026
Merged

chore(ci): add auto-labeler for PRs#664
bmc08gt merged 2 commits intocode/cashfrom
chore/pr-auto-labeler

Conversation

@bmc08gt
Copy link
Copy Markdown
Collaborator

@bmc08gt bmc08gt commented May 4, 2026

Summary

  • Adds .github/labeler.yml with file-path-to-area-label mappings for all 11 area labels
  • Adds .github/workflows/labeler.yml with two jobs:
    • area-labels: runs actions/labeler@v5 to apply area labels based on changed files
    • type-label: parses conventional commit prefix from PR title and applies the matching type: label
  • Labels are additive only — manually applied labels are never removed

Adds a GitHub Actions workflow that automatically labels PRs:
- Area labels based on changed file paths via actions/labeler
- Type labels parsed from conventional commit PR title prefixes

Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
@bmc08gt bmc08gt requested a review from jeffyanta as a code owner May 4, 2026 13:17
@bmc08gt bmc08gt added type: chore Maintenance, config, CI/CD area: build-system Gradle, convention plugins, build-logic labels May 4, 2026
@bmc08gt bmc08gt removed the request for review from jeffyanta May 4, 2026 13:17
@bmc08gt bmc08gt added area: deeplinks Deep link handling, URL routing, and link parsing and removed area: deeplinks Deep link handling, URL routing, and link parsing labels May 4, 2026
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
@bmc08gt bmc08gt merged commit 6bad619 into code/cash May 4, 2026
3 checks passed
@bmc08gt bmc08gt deleted the chore/pr-auto-labeler branch May 4, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build-system Gradle, convention plugins, build-logic type: chore Maintenance, config, CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant