From fe39ec184a135b45a1a5803d41bc4d65fa0c8b1b Mon Sep 17 00:00:00 2001 From: "Jeong, YunWon" <69878+youknowone@users.noreply.github.com> Date: Sat, 14 Feb 2026 14:56:55 +0900 Subject: [PATCH] Fix module selection (#7123) --- .github/workflows/upgrade-pylib.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-pylib.md b/.github/workflows/upgrade-pylib.md index 0a9696ce5..75a7f6946 100644 --- a/.github/workflows/upgrade-pylib.md +++ b/.github/workflows/upgrade-pylib.md @@ -74,9 +74,9 @@ fi ## Step 2: Pick a module to upgrade -If the user provided a module name via `${{ github.event.inputs.name }}`, use that module. +If the user provided a module name via `${{ github.event.inputs.name }}`, use **exactly** that module. Skip the selection logic below and go directly to Step 3. -Otherwise, run the todo script to find candidates: +If NO module name was provided, run the todo script to auto-pick one: ```bash python3 scripts/update_lib todo