[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:
parent
54e27e3ed5
commit
6e254a3f9f
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -18,3 +18,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Source available at https://github.com/actions/labeler/blob/main/README.md
|
# Source available at https://github.com/actions/labeler/blob/main/README.md
|
||||||
- uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375
|
- uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375
|
||||||
|
with:
|
||||||
|
sync-labels: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user