From b1e57881c306a614b487d7d52fabe3d1c364ec0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Mon, 13 Oct 2025 15:27:07 +0200 Subject: [PATCH] gha/labeler: disable sync-labels to preserve human-added labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The sync-labels option was causing the labeler action to remove labels that were manually added by humans. Signed-off-by: Paweł Gronowski --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 1d2cb26d53..f4f1fa1d30 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,4 +15,4 @@ jobs: - name: Labels uses: actions/labeler@v6 with: - sync-labels: true + sync-labels: false