From 55b616c587e54d0aada806d9ced7eaddf69da80b Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Mon, 26 Sep 2022 16:33:32 -0400 Subject: [PATCH] workaround sync-labels bug --- .github/workflows/labeler-reusable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler-reusable.yml b/.github/workflows/labeler-reusable.yml index 6e586c7ff6c40..75c971f791908 100644 --- a/.github/workflows/labeler-reusable.yml +++ b/.github/workflows/labeler-reusable.yml @@ -18,4 +18,5 @@ jobs: with: configuration-path: .github/workflows/config/labeler.yml repo-token: "${{ secrets.repo-token }}" - sync-labels: "false" + sync-labels: "" # workaround for sync-labels bug: + # https://github.com/actions/labeler/issues/112#issuecomment-1000491676