Skip to content

Commit cdae9e4

Browse files
authored
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
1 parent 7ddc798 commit cdae9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2121
configuration-path: .github/labeler.yml
22-
sync-labels: true
22+
sync-labels: false

0 commit comments

Comments
 (0)