From 324b2832da32b9b74a3f25b7ad101fd2ff35893b Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sat, 8 Nov 2025 22:36:59 +0100 Subject: [PATCH] [CI] Remove old labels using actions/labeler@v6 automatically Default behavior of actions/labeler@v6 does not remove outdated/stle labels (it only adds new) this PR enforces re-checking all labels --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 83b471cf..214a766f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,4 +19,5 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/labeler.yml" + sync-labels: true dot: true