From b406cd6f402e772e7fb559358092c823be8a2dc8 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 d0849a0da4c1..e57ee3c5f02f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,8 +19,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