We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18ff4d commit 0224773Copy full SHA for 0224773
1 file changed
.github/labeler.yml
@@ -96,6 +96,11 @@ area/hack:
96
- changed-files:
97
- any-glob-to-any-file: 'hack/**'
98
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
+
104
# Add 'area/tests' label to changes in test files
105
area/tests:
106
0 commit comments