Skip to content

Commit a52ba95

Browse files
committed
Add performance labeling
1 parent 6a32668 commit a52ba95

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/labeler.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tests:
22
- changed-files:
3-
- any-glob-to-any-file: src/Destructurama.JsonNet.Tests/**/*
3+
- any-glob-to-any-file:
4+
- src/Destructurama.JsonNet.Tests/**/*
45

56
CI:
67
- changed-files:
@@ -19,3 +20,8 @@ documentation:
1920
- changed-files:
2021
- any-glob-to-any-file:
2122
- README.md
23+
24+
performance:
25+
- changed-files:
26+
- any-glob-to-any-file:
27+
- src/Benchmarks/**/*

0 commit comments

Comments
 (0)