From 4780ba1973a9bb07f908a8d338a15db85f5a4e2b Mon Sep 17 00:00:00 2001 From: Patryk Radziszewski <100310118+Chefski@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:58:48 +0000 Subject: [PATCH] Change sync-labels to true --- .github/workflows/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9cc35c09997..ad5680596cd 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,3 +11,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/labeler@v4 + with: + sync-labels: true