From 8180eaddf7d261cb2df5209a622c0413b0de41a0 Mon Sep 17 00:00:00 2001 From: kiblik Date: Tue, 20 Feb 2024 18:44:20 +0000 Subject: [PATCH] Labeler: Add sync-labels (#9565) --- .github/workflows/pr-labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1fbc777bd83..34a31a0cab2 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -18,3 +18,4 @@ jobs: - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: true