Skip to content

Commit b599c8d

Browse files
authored
Updating labels
1 parent 97754bb commit b599c8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/labeler.yml

+8
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ tools:
8484
# Tests
8585
############################################################
8686
tests:
87+
- src/python_testing/*
88+
- src/python_testing/**/*
8789
- src/app/tests/*
8890
- src/app/tests/**/*
8991

@@ -123,6 +125,12 @@ core:
123125
protocols:
124126
- src/lib/protocols/*
125127
- src/lib/protocols/**/*
128+
- src/protocols/*
129+
- src/protocols/**/*
130+
131+
messaging:
132+
- src/messaging/*
133+
- src/messaging/**/*
126134

127135
shell:
128136
- src/lib/shell/*

0 commit comments

Comments
 (0)