Unverified Commit 6e254a3f authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[labeler] Set sync labels to false to stop removing labels (#128446)

https://github.com/flutter/flutter/issues/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.
parent 54e27e3e
......@@ -18,3 +18,5 @@ jobs:
steps:
# Source available at https://github.com/actions/labeler/blob/main/README.md
- uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375
with:
sync-labels: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment