From 9364b68366b197dc162dc4e05f2d253ffd99794b Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Mon, 10 Nov 2025 23:28:52 +0100 Subject: [PATCH] chore: disable label synchronization in pull request labeler --- .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 a0af6702c..d22e251e1 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,4 +15,4 @@ jobs: - name: Run Labeler uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 with: - sync-labels: true # Whether or not to remove labels when matching files are reverted or no longer changed by the PR + sync-labels: false # Whether or not to remove labels when matching files are reverted or no longer changed by the PR