From 9fd30ad2dbd30aa608309f30e5461e20ccc4353e Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 2 Feb 2026 22:47:08 -0500 Subject: [PATCH] ci: add --ignore-scripts to npm install commands --- .github/workflows/label-templated-discussions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-templated-discussions.yml b/.github/workflows/label-templated-discussions.yml index 982b39b..0755734 100644 --- a/.github/workflows/label-templated-discussions.yml +++ b/.github/workflows/label-templated-discussions.yml @@ -41,7 +41,7 @@ jobs: echo "DISCUSSION_ID=$(jq -r '.data.repository.discussion.id' discussion_data.json)" } >> "${GITHUB_ENV}" - - run: npm install jsdom + - run: npm install jsdom --ignore-scripts - name: Get selected topic id: get_selected_topic