From c0799782e213cdb76548cd50f14ac90015738db5 Mon Sep 17 00:00:00 2001 From: NotRyken <127091011+NotRyken@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:13:52 +0800 Subject: [PATCH] Fix label sync comment --- .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 471d028..7d3c291 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -1,4 +1,4 @@ -# Synchronizes the repo's labels with labels.yml +# Synchronizes the repo's labels with a centralized labels.yml # Requires GITHUB_TOKEN to have write permissions; if not, replace it with a custom token name: Sync Labels