diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 815936fc9e27..12f4ad254afe 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,5 +15,7 @@ jobs: - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-labels: true + # Do not sync labels as this reverts manually added "tests:hive" label. + # Syncing labels requires that we define "components" labels. + sync-labels: false configuration-path: .github/config/labeler-config.yml