From 9706ee59d0e2143d40d40b9e01cd63f8a17a09ab Mon Sep 17 00:00:00 2001 From: dundargoc Date: Fri, 8 Dec 2023 10:41:11 +0100 Subject: ci: bump actions/labeler from 4 to 5 --- .github/workflows/labeler.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 52682d93dd..cd4bd660aa 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,9 +9,10 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/checkout@v4 + - uses: actions/labeler@v5 with: - sync-labels: "" + configuration-path: .github/scripts/labeler_configuration.yml type-scope: needs: triage -- cgit