From cad2b89be8bc0d073895412ba9417a0b55dfdcad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 18:19:49 +0000 Subject: [PATCH] chore(deps): bump EndBug/label-sync Bumps [EndBug/label-sync](https://github.com/endbug/label-sync) from 7753e99e1e64188c24d7deede343c5a63e7c0d39 to 52074158190acb45f3077f9099fea818aa43f97a. - [Release notes](https://github.com/endbug/label-sync/releases) - [Commits](https://github.com/endbug/label-sync/compare/7753e99e1e64188c24d7deede343c5a63e7c0d39...52074158190acb45f3077f9099fea818aa43f97a) --- updated-dependencies: - dependency-name: EndBug/label-sync dependency-version: 52074158190acb45f3077f9099fea818aa43f97a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 1d05312..08faf10 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -28,7 +28,7 @@ jobs: - name: Sync labels # Uses GITHUB_TOKEN automatically (provided by GitHub Actions) # Dry-run on PRs to preview changes, apply on push to main - uses: EndBug/label-sync@7753e99e1e64188c24d7deede343c5a63e7c0d39 # v2.3.3 + uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3 with: config-file: .github/labels.yml delete-other-labels: false