Use custom labeler to label changes not matching any pattern (#20888)

Needed for Smart CI (https://github.com/openvinotoolkit/openvino/pull/19825)
This commit is contained in:
Alina Kladieva 2023-11-07 12:16:32 +01:00 committed by Alexander Nesterov
parent 84ee240bfa
commit 63124ab0dc

View File

@ -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'