From a52ba958e3f75ca2d41a355268d0f3a327e4ea6e Mon Sep 17 00:00:00 2001 From: Ivan Maximov Date: Mon, 22 Jan 2024 09:40:57 +0300 Subject: [PATCH] Add performance labeling --- .github/labeler.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index b769aa2..bdf27e0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,7 @@ tests: - changed-files: - - any-glob-to-any-file: src/Destructurama.JsonNet.Tests/**/* + - any-glob-to-any-file: + - src/Destructurama.JsonNet.Tests/**/* CI: - changed-files: @@ -19,3 +20,8 @@ documentation: - changed-files: - any-glob-to-any-file: - README.md + +performance: +- changed-files: + - any-glob-to-any-file: + - src/Benchmarks/**/*