Skip to content

Commit 6e254a3

Browse files
author
Casey Hillers
authored
[labeler] Set sync labels to false to stop removing labels (#128446)
flutter/flutter#128440 The current version of the action has a bug where the sync-labels default value is not read correctly. Explicitly setting to see if that stops the removals.
1 parent 54e27e3 commit 6e254a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
steps:
1919
# Source available at https://github.com/actions/labeler/blob/main/README.md
2020
- uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375
21+
with:
22+
sync-labels: false

0 commit comments

Comments
 (0)