From 63124ab0dc38af0fbbdd8c20a3977c7c2c277226 Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Tue, 7 Nov 2023 12:16:32 +0100 Subject: [PATCH] Use custom labeler to label changes not matching any pattern (#20888) Needed for Smart CI (https://github.com/openvinotoolkit/openvino/pull/19825) --- .github/workflows/labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ce50c74b183..fcb8fb31842 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,8 +9,10 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: akladiev/labeler@v4.3.1 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: '.github/labeler.yml' sync-labels: 'true' + dot: 'true' + non-matching-label: 'no-match-files'