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