[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.
This commit is contained in:
Casey Hillers 2023-06-08 08:44:37 -07:00 committed by GitHub
parent 54e27e3ed5
commit 6e254a3f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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