chore: handle area/history label

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2025-01-17 15:21:35 +01:00
parent a18ff4d5ef
commit 0224773102
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

5
.github/labeler.yml vendored
View File

@ -96,6 +96,11 @@ area/hack:
- changed-files: - changed-files:
- any-glob-to-any-file: 'hack/**' - 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 # Add 'area/tests' label to changes in test files
area/tests: area/tests:
- changed-files: - changed-files: