From 68b257f241bf68c3f19f7b03f02f8e660d3defb4 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 20 Nov 2024 13:27:12 -0500 Subject: [PATCH] [CI] Ensure that all `/fix` commands trigger a script --- .github/workflows/pr-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index d0c36fc24460..a0ace66b4da5 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -72,7 +72,7 @@ jobs: all|refcache) npm install --omit=optional ;& - dict|filenames|format|htmltest-config|markdown|submodule*) + *) npm run fix:$PR_ACTION ;; esac