fix(infra): prevent labeler workflow from adding/removing same labels (#33039)

The file-based and title-based labeler workflows were conflicting,
causing the bot to add and remove identical labels in the same
operation. Hopefully this fixes
This commit is contained in:
Mason Daugherty
2025-09-21 00:37:59 -04:00
committed by GitHub
parent 7ddc798f95
commit cdae9e4942

View File

@@ -19,4 +19,4 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true
sync-labels: false