Skip to content

Commit 0224773

Browse files
committed
chore: handle area/history label
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent a18ff4d commit 0224773

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ area/hack:
9696
- changed-files:
9797
- any-glob-to-any-file: 'hack/**'
9898

99+
# Add 'area/history' label to changes in history command
100+
area/history:
101+
- changed-files:
102+
- any-glob-to-any-file: 'commands/history/**'
103+
99104
# Add 'area/tests' label to changes in test files
100105
area/tests:
101106
- changed-files:

0 commit comments

Comments
 (0)