Skip to content

Commit e74185a

Browse files
authored
Merge pull request #2927 from crazy-max/update-labels
chore: handle area/history label
2 parents a18ff4d + 0224773 commit e74185a

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)