From e5706c967c0802140fd3e90190f5f06a185cedd5 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Wed, 18 Dec 2024 16:32:26 -0500 Subject: [PATCH] patch labeler action see https://github.com/actions/labeler/issues/112 --- .github/workflows/label.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index cfa2983..52722a7 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -14,4 +14,5 @@ jobs: steps: - uses: actions/labeler@v4.3.0 with: + sync-labels: '' # see https://github.com/actions/labeler/issues/112 repo-token: "${{ secrets.GITHUB_TOKEN }}"