From 739a7297ead71235ae761eb30a7d56b81245e78c Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Tue, 30 Apr 2024 16:06:31 +0200 Subject: [PATCH] test --- .github/labeler.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3a21673da02..b969d770a33 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,11 @@ +test: +- changed-files: + - any-glob-to-any-file: '**' + + # Add 'alsoTargeting:integration' label to any changes within the entire repository "alsoTargeting:integration": - - changed-files: - - any-glob-to-any-file: '**' +- changed-files: + - any-glob-to-any-file: '**' + +