From ef678506cefb4166e68df51ea6aefc79037f2979 Mon Sep 17 00:00:00 2001 From: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com> Date: Thu, 23 Mar 2023 19:32:16 +0100 Subject: [PATCH] fix(ci): remove workaround from labeler which broke validation --- .github/workflows/labeler.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 999f3ce43fb6..0e25e69f7f54 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -25,8 +25,4 @@ jobs: - uses: actions/labeler@main with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - - # This works around bug https://github.com/actions/labeler/issues/104. - # The workaround was proposed here: - # https://github.com/wesnoth/wesnoth/commit/958c82d0867568057caaf58356502ec8c87d8366 - sync-labels: "" + sync-labels: false