Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

chore: align labeler with github-scrum label system#38

Merged
vmvarela merged 1 commit intomasterfrom
chore/fix-labeler-scrum-labels
Mar 20, 2026
Merged

chore: align labeler with github-scrum label system#38
vmvarela merged 1 commit intomasterfrom
chore/fix-labeler-scrum-labels

Conversation

@vmvarela
Copy link
Copy Markdown
Owner

Summary

Fixes .github/labeler.yml to use the namespaced github-scrum label system instead of the upstream labels.

Changes

Labels removed (upstream, incompatible with github-scrum):

  • Type: Breaking change
  • Type: Feature
  • Type: Bug
  • Deprecation
  • Type: Maintenance
  • Type: Documentation

Labels added (github-scrum system):

  • type:feature
  • type:bug
  • type:chore
  • type:docs
  • type:spike

Rules improved:

  • Added changed-files rules alongside head-branch rules, adapted to the Go provider layout (github/resource_*.go, github/data_source_*.go, website/**, etc.)
  • Removed deprecated breaking/ branch prefix rule (handled by release-drafter autolabeler via conventional commits instead)

Replace upstream labels (Type: Feature, Type: Bug, Type: Maintenance,
Type: Documentation, Deprecation) with the namespaced scrum labels
(type:feature, type:bug, type:chore, type:docs, type:spike).

Add changed-files rules for the Go provider source layout:
- github/resource_*.go and data_source_*.go → type:feature
- .github/**, GNUmakefile, goreleaser, golangci, go.mod → type:chore
- **/*.md, website/** → type:docs
@vmvarela vmvarela merged commit c17d880 into master Mar 20, 2026
5 checks passed
@vmvarela vmvarela added type:chore Maintenance, refactoring, tooling and removed Type: Maintenance labels Mar 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

type:chore Maintenance, refactoring, tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant