From 4ee82ef591b6d95dbb2706ef42fb2643565cd24a Mon Sep 17 00:00:00 2001 From: Olga Malysheva Date: Mon, 18 Nov 2024 07:57:40 -0600 Subject: [PATCH] Fix pr labeler --- .github/labeler.yml | 7 +++---- .github/workflows/labeler.yml | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8d13d71446..839d7f36c0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Intel Corporation +# Copyright (c) 2023-2024 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,6 +13,5 @@ # limitations under the License. allocator: -- 'src/tbbmalloc/**/*' -- 'src/tbbmalloc_proxy/**/*' -- 'test/tbbmalloc/**/*' +- changed-files: + - any-glob-to-any-file: ['src/tbbmalloc/**/*', 'src/tbbmalloc_proxy/**/*', 'test/tbbmalloc/**/*'] diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 31d150a8fa..770c211780 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -24,5 +24,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/labeler@v5 - + with: + configuration-path: .github/labeler.yml