From ef7067f15003e3f99fbf835fec5c6643ed2535ba Mon Sep 17 00:00:00 2001 From: Wojciech Knapik <1129003+wknapik@users.noreply.github.com> Date: Fri, 29 Dec 2023 22:59:49 +0100 Subject: [PATCH] Fixed automatic removal of PR labels (#21471) --- .github/workflows/assign-labels.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/assign-labels.yml b/.github/workflows/assign-labels.yml index 84fbf01dfe52..8d4aab15dbdb 100644 --- a/.github/workflows/assign-labels.yml +++ b/.github/workflows/assign-labels.yml @@ -15,3 +15,8 @@ jobs: - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + # Workaround for https://github.com/actions/labeler/issues/104 + # Explained at https://github.com/wesnoth/wesnoth/commit/958c82d0867568057caaf58356502ec8c87d8366 + # Should continue working https://github.com/actions/labeler/pull/113#issuecomment-865404272 + # The above are not fixed in v4.3.0, which is currently the last v4 before v5 + sync-labels: ""