From 193b0bc68a917631f3a551ad04f920a84209d106 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Oct 2025 18:46:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Fix=20eslint=20errors=20for=20la?= =?UTF-8?q?bel=20sync=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/label-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 78c30db..d679b11 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -4,13 +4,13 @@ name: Label Sync on: schedule: - - cron: '0 6 * * Mon' # Weekly on Monday at 6 AM UTC + - cron: '0 6 * * Mon' # Weekly on Monday at 6 AM UTC workflow_dispatch: repository_dispatch: types: [label-sync] permissions: - issues: write # Required to create and update labels + issues: write # Required to create and update labels jobs: label-sync: