From 4b4e2824ecfdbf4709963545652ee6cb7f35929c Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Tue, 19 Dec 2023 09:16:45 +0800 Subject: [PATCH] ci(github-actions): use new v5 labeler syntax --- .github/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7fc4c4554..5f3f5b82d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1,3 @@ 'pr-status: wait-for-review': -- '**/*' +- changed-files: + - any-glob-to-any-file: '**'