Add developer-breaking-change labelling (#12095)

This commit is contained in:
Jesse Hills
2025-11-26 12:39:41 +13:00
committed by GitHub
parent ae60b5e6a1
commit 50bdcdee0c
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Developer breaking change (an API change that could break external components)
- [ ] Code quality improvements to existing code or addition of tests
- [ ] Other