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: '**' + +