Skip to content

Commit d7a87e1

Browse files
committed
build: auto-label PRs affecting the REPL
1 parent 0546f39 commit d7a87e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Math:
2828
- changed-files:
2929
- any-glob-to-all-files: '**/math/**/*'
3030

31+
REPL:
32+
- changed-files:
33+
- any-glob-to-all-files: '**/repl/**/*'
34+
3135
Statistics:
3236
- changed-files:
3337
- any-glob-to-all-files: '**/stats/**/*'

0 commit comments

Comments
 (0)