From d09a97456d36cff355e3901849904b88ce614d87 Mon Sep 17 00:00:00 2001 From: SdgJlbl Date: Wed, 3 Apr 2024 14:17:54 +0200 Subject: [PATCH] chore: fix labeler GHA Signed-off-by: SdgJlbl --- .github/labeler.yml | 18 ++++++++++++------ .github/workflows/labeler.yml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a2c681a12..4adb87ff5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,13 +1,19 @@ api: - - backend/api/**/* +- changed-files: + - any-glob-to-any-file: backend/api/**/* chart: - - chart/**/* +- changed-files: + - any-glob-to-any-file: chart/**/* documentation: - - docs/**/* - - README.md +- changed-files: + - any-glob-to-any-file: + - docs/**/* + - README.md compute-engine: - - backend/substrapp/compute_tasks/**/* - - backend/substrapp/tasks/**/* +- changed-files: + - any-glob-to-any-file: + - backend/substrapp/compute_tasks/**/* + - backend/substrapp/tasks/**/* diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index bfbbc34a8..e640ad96e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,6 @@ name: "Pull request Labeler" on: - - pull_request_target + - pull_request jobs: triage: