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