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