Merge pull request #2927 from crazy-max/update-labels

chore: handle area/history label
This commit is contained in:
CrazyMax 2025-01-17 15:37:28 +01:00 committed by GitHub
commit e74185aa6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.github/labeler.yml vendored
View File

@ -96,6 +96,11 @@ area/hack:
- changed-files:
- any-glob-to-any-file: 'hack/**'
# Add 'area/history' label to changes in history command
area/history:
- changed-files:
- any-glob-to-any-file: 'commands/history/**'
# Add 'area/tests' label to changes in test files
area/tests:
- changed-files: