From 2bc0df8b40a9c8891b5328cb74e541b6a5519bdb Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 19 Sep 2026 23:21:20 +0000 Subject: [PATCH] chore: update global workflows --- .github/workflows/_ci-node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_ci-node.yml b/.github/workflows/_ci-node.yml index d1cc10b7..7faae955 100644 --- a/.github/workflows/_ci-node.yml +++ b/.github/workflows/_ci-node.yml @@ -3,7 +3,7 @@ # Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in # the above-mentioned repo. -# To use, add the `npm-pkg` repository label to identify repositories that should trigger this workflow. +# To use, add the `nodejs` repository topic to identify repositories that should trigger this workflow. # This will run standard CI for Node.js/npm/TypeScript projects.