From 7872e90a11ac542a61415d46d2a1abca3d2ec364 Mon Sep 17 00:00:00 2001 From: Ian Lintner <500914+ianlintner@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:49:50 -0500 Subject: [PATCH] =?UTF-8?q?fix(maintainer):=20rename=20dispatch=20mode=20u?= =?UTF-8?q?pgrade-only=20=E2=86=92=20upgrade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maintainer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maintainer.yml b/.github/workflows/maintainer.yml index 2028e9a..900da98 100644 --- a/.github/workflows/maintainer.yml +++ b/.github/workflows/maintainer.yml @@ -20,7 +20,7 @@ on: required: false default: "full" type: choice - options: [full, pr-only, issue-only, upgrade-only, dry-run] + options: [full, pr-only, issue-only, upgrade, dry-run] # Prevent concurrent caretaker runs so each run sees the up-to-date memory # store written by the previous run. @@ -180,4 +180,4 @@ jobs: --config .github/maintainer/config.yml \ --mode self-heal \ --event-type workflow_run \ - --event-payload "$CARETAKER_EVENT_PAYLOAD" + --event-payload "$CARETAKER_EVENT_PAYLOAD" \ No newline at end of file